Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python dependencies. #142

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions backend/requirements/3.10/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
asgiref==3.8.1
# via django
attrs==24.1.0
attrs==24.2.0
# via
# jsonschema
# referencing
Expand All @@ -17,7 +17,7 @@ diff-match-patch==20230430
# via django-import-export
dj-database-url==2.2.0
# via -r backend/requirements/3.10/base.in
django==4.2.14
django==4.2.15
# via
# -r backend/requirements/3.10/base.in
# dj-database-url
Expand Down Expand Up @@ -51,15 +51,15 @@ fonttools==4.53.1
# via fpdf2
fpdf2==2.7.9
# via -r backend/requirements/3.10/base.in
gunicorn==22.0.0
gunicorn==23.0.0
# via -r backend/requirements/3.10/base.in
inflection==0.5.1
# via drf-spectacular
jsonschema==4.23.0
# via drf-spectacular
jsonschema-specifications==2023.12.1
# via jsonschema
lxml==5.2.2
lxml==5.3.0
# via python-docx
numpy==1.25.2 ; python_version < "3.12"
# via
Expand All @@ -83,13 +83,13 @@ python-docx==1.1.2
# via -r backend/requirements/3.10/base.in
pytz==2024.1
# via pandas
pyyaml==6.0.1
pyyaml==6.0.2
# via drf-spectacular
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand Down
20 changes: 11 additions & 9 deletions backend/requirements/3.10/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ appdirs==1.4.4
# via django-migration-linter
asttokens==2.4.1
# via stack-data
boto3==1.34.153
boto3==1.35.5
# via -r backend/requirements/3.10/dev.in
botocore==1.34.153
botocore==1.35.5
# via
# boto3
# s3transfer
Expand All @@ -27,7 +27,7 @@ certifi==2024.7.4
# httpcore
# httpx
# requests
cffi==1.16.0
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -57,7 +57,7 @@ django-migration-linter==5.1.0
# via -r backend/requirements/3.10/dev.in
django-schema-viewer==0.4.1
# via -r backend/requirements/3.10/dev.in
django-sql-explorer==5.1.1
django-sql-explorer==5.2
# via -r backend/requirements/3.10/dev.in
exceptiongroup==1.2.2
# via
Expand All @@ -71,7 +71,7 @@ httpcore==1.0.5
# via httpx
httpx==0.27.0
# via openai
idna==3.7
idna==3.8
# via
# anyio
# httpx
Expand All @@ -82,6 +82,8 @@ ipython==8.26.0
# via ipdb
jedi==0.19.1
# via ipython
jiter==0.5.0
# via openai
jmespath==1.0.1
# via
# boto3
Expand All @@ -92,13 +94,13 @@ markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via werkzeug
matplotlib==3.9.0
matplotlib==3.9.2
# via -r backend/requirements/3.10/dev.in
matplotlib-inline==0.1.7
# via ipython
mdurl==0.1.2
# via markdown-it-py
openai==1.38.0
openai==1.42.0
# via -r backend/requirements/3.10/dev.in
parso==0.8.4
# via jedi
Expand All @@ -120,7 +122,7 @@ pygments==2.18.0
# via
# ipython
# rich
pyparsing==3.1.2
pyparsing==3.1.4
# via matplotlib
pywatchman==2.0.0
# via -r backend/requirements/3.10/dev.in
Expand Down Expand Up @@ -161,7 +163,7 @@ urllib3==2.2.2
# requests
wcwidth==0.2.13
# via prompt-toolkit
werkzeug==3.0.3
werkzeug==3.0.4
# via -r backend/requirements/3.10/dev.in
xlsxwriter==3.2.0
# via -r backend/requirements/3.10/dev.in
2 changes: 1 addition & 1 deletion backend/requirements/3.10/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ greenlet==3.0.3
# via playwright
iniconfig==2.0.0
# via pytest
playwright==1.45.1
playwright==1.46.0
# via pytest-playwright
pluggy==1.5.0
# via pytest
Expand Down
Loading