-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintenance/pip packages mars 2024 (#3820)
- Loading branch information
Showing
16 changed files
with
94 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
""" | ||
Sage Intacct init | ||
""" | ||
|
||
from .exceptions import ( | ||
ExpiredTokenError, | ||
InternalServerError, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
""" | ||
Sage Intacct contract | ||
""" | ||
|
||
from .api_base import ApiBase | ||
|
||
|
||
|
1 change: 1 addition & 0 deletions
1
hypha/apply/projects/services/sageintacct/wrapper/purchasing.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
""" | ||
Sage Intacct purchasing | ||
""" | ||
|
||
from .api_base import ApiBase | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
-r requirements.txt | ||
|
||
coverage==7.3.2 | ||
coverage==7.4.4 | ||
django-browser-reload==1.12.1 | ||
django-coverage-plugin==3.1.0 | ||
django-debug-toolbar==4.2.0 | ||
django-debug-toolbar==4.3.0 | ||
django-dynamic-fixture==4.0.1 | ||
djhtml==3.0.6 | ||
dslr==0.4.0 | ||
factory_boy==3.2.1 | ||
Faker==19.13.0 | ||
model-bakery==1.10.1 | ||
pre-commit==3.5.0 | ||
model-bakery==1.17.0 | ||
pre-commit==3.6.2 | ||
pytest-cov==4.1.0 | ||
pytest-django==4.7.0 | ||
pytest-split==0.8.1 | ||
pytest-xdist[psutil]==3.3.1 | ||
responses==0.23.3 | ||
ruff==0.1.7 | ||
time-machine==2.13.0 | ||
pytest-django==4.8.0 | ||
pytest-split==0.8.2 | ||
pytest-xdist[psutil]==3.5.0 | ||
responses==0.25.0 | ||
ruff==0.3.3 | ||
time-machine==2.14.0 | ||
wagtail-factories==2.1.0 | ||
Werkzeug==3.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
# Monitor dependencies | ||
scout-apm==2.26.1 | ||
sentry-sdk==1.16.0 | ||
scout-apm==3.1.0 | ||
sentry-sdk==1.42.0 | ||
|
||
# Production dependencies | ||
Babel==2.13.1 | ||
boto3==1.28.82 | ||
celery==5.2.7 | ||
Babel==2.14.0 | ||
boto3==1.34.66 | ||
celery==5.3.6 | ||
click==8.1.7 | ||
dj-database-url==2.1.0 | ||
django-anymail==10.2 | ||
django-anymail==10.3 | ||
django-basic-auth-ip-whitelist==0.5 | ||
django-nh3==0.1.1 | ||
django-countries==7.5.1 | ||
django-elevate==2.0.3 | ||
django-extensions==3.2.3 | ||
django-file-form==3.4.3 | ||
django-filter==2.4.0 | ||
django-formtools==2.4.1 | ||
django-file-form==3.6.0 | ||
django-filter==23.5 | ||
django-formtools==2.5.1 | ||
django-fsm==2.8.1 | ||
django-heroku==0.3.1 | ||
django-hijack==3.4.2 | ||
django-htmx==1.17.0 | ||
django-hijack==3.4.5 | ||
django-htmx==1.17.3 | ||
django-pagedown==2.2.1 | ||
# django-pwned-passwords==4.1.0 | ||
https://github.com/slinkymanbyday/django-pwned-passwords/archive/58c7b832df7360a21fd8edeaaf9f897c7517baf1.zip | ||
django-ratelimit==4.1.0 | ||
django-referrer-policy==1.0 | ||
django-select2==8.0.0 | ||
django-select2==8.1.2 | ||
django-slack==5.19.0 | ||
django-storages==1.13.2 | ||
django-tables2==2.5.1 | ||
django-tinymce==3.5.0 | ||
django-two-factor-auth==1.15.5 | ||
django-web-components==0.1.1 | ||
django-storages==1.14.2 | ||
django-tables2==2.7.0 | ||
django-tinymce==3.7.1 | ||
django-two-factor-auth==1.16.0 | ||
django-web-components==0.2.0 | ||
django==4.2.11 | ||
djangorestframework-api-key==2.3.0 | ||
djangorestframework==3.14.0 | ||
drf-nested-routers==0.93.4 | ||
drf-yasg==1.21.4 | ||
environs==9.5.0 | ||
djangorestframework-api-key==3.0.0 | ||
djangorestframework==3.15.0 | ||
drf-nested-routers==0.93.5 | ||
drf-yasg==1.21.7 | ||
environs==11.0.0 | ||
gunicorn==21.2.0 | ||
heroicons==2.6.0 | ||
python-docx<1.0.0 | ||
python-docx==1.1.0 | ||
htmldocx==0.0.6 | ||
lark==1.1.8 | ||
mistune==3.0.1 | ||
more-itertools==10.1.0 | ||
phonenumberslite==8.13.26 | ||
Pillow>=10.0.1 | ||
psycopg[binary]==3.1.14 | ||
lark==1.1.9 | ||
mistune==3.0.2 | ||
more-itertools==10.2.0 | ||
phonenumberslite==8.13.32 | ||
Pillow==10.2.0 | ||
psycopg[binary]==3.1.18 | ||
qrcode==7.4.2 | ||
reportlab==3.6.13 | ||
social_auth_app_django==5.0.0 | ||
reportlab==4.0.9 | ||
social_auth_app_django==5.4.0 | ||
tablib==3.5.0 | ||
tomd==0.1.3 | ||
wagtail-cache==2.3.0 | ||
wagtail-cache==2.4.0 | ||
wagtail-purge==0.3.0 | ||
wagtail==5.1.3 | ||
whitenoise==6.6.0 | ||
xhtml2pdf==0.2.11 | ||
xhtml2pdf==0.2.15 | ||
xmltodict==0.13.0 |