Skip to content

Commit

Permalink
Update dependencies (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: adRn-s <[email protected]>
  • Loading branch information
github-actions[bot] and adRn-s authored Dec 10, 2024
1 parent 10bbeb8 commit 0607f68
Show file tree
Hide file tree
Showing 13 changed files with 132 additions and 128 deletions.
12 changes: 6 additions & 6 deletions backend/requirements/3.10/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ diff-match-patch==20241021
# via django-import-export
dj-database-url==2.3.0
# via -r backend/requirements/base.in
django==4.2.16
django==4.2.17
# via
# -r backend/requirements/base.in
# dj-database-url
Expand All @@ -29,7 +29,7 @@ django-authtools @ git+https://github.com/adRn-s/django-authtools@a3284c976719bd
# via -r backend/requirements/base.in
django-extensions==3.2.3
# via -r backend/requirements/base.in
django-import-export==4.3.2
django-import-export==4.3.3
# via -r backend/requirements/base.in
django-linear-migrations==2.16.0
# via -r backend/requirements/base.in
Expand All @@ -45,7 +45,7 @@ drf-spectacular==0.28.0
# via -r backend/requirements/base.in
et-xmlfile==2.0.0
# via openpyxl
fonttools==4.55.0
fonttools==4.55.2
# via fpdf2
fpdf2==2.8.1
# via -r backend/requirements/base.in
Expand All @@ -63,7 +63,7 @@ numpy==1.25.2 ; python_full_version < '3.12'
# via
# -r backend/requirements/base.in
# pandas
numpy==2.1.3 ; python_full_version >= '3.12'
numpy==2.2.0 ; python_full_version >= '3.12'
# via
# -r backend/requirements/base.in
# pandas
Expand Down Expand Up @@ -91,11 +91,11 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.21.0
rpds-py==0.22.3
# via
# jsonschema
# referencing
six==1.16.0
six==1.17.0
# via python-dateutil
sqlparse==0.5.2
# via django
Expand Down
24 changes: 12 additions & 12 deletions backend/requirements/3.10/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# uv pip compile --no-progress --universal --python-version 3.10 backend/requirements/dev.in -c backend/requirements/3.10/base.txt -o backend/requirements/3.10/dev.txt
annotated-types==0.7.0
# via pydantic
anyio==4.6.2.post1
anyio==4.7.0
# via
# httpx
# openai
Expand All @@ -20,9 +20,9 @@ attrs==24.2.0
# -c backend/requirements/3.10/base.txt
# jsonschema
# referencing
boto3==1.35.72
boto3==1.35.76
# via -r backend/requirements/dev.in
botocore==1.35.72
botocore==1.35.76
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -65,7 +65,7 @@ dj-database-url==2.3.0
# via
# -c backend/requirements/3.10/base.txt
# -r backend/requirements/base.in
django==4.2.16
django==4.2.17
# via
# -c backend/requirements/3.10/base.txt
# -r backend/requirements/base.in
Expand Down Expand Up @@ -104,7 +104,7 @@ django-extensions==3.2.3
# via
# -c backend/requirements/3.10/base.txt
# -r backend/requirements/base.in
django-import-export==4.3.2
django-import-export==4.3.3
# via
# -c backend/requirements/3.10/base.txt
# -r backend/requirements/base.in
Expand Down Expand Up @@ -145,7 +145,7 @@ exceptiongroup==1.2.2 ; python_full_version < '3.11'
# ipython
executing==2.1.0
# via stack-data
fonttools==4.55.0
fonttools==4.55.2
# via
# -c backend/requirements/3.10/base.txt
# fpdf2
Expand All @@ -162,7 +162,7 @@ h11==0.14.0
# via httpcore
httpcore==1.0.7
# via httpx
httpx==0.28.0
httpx==0.28.1
# via openai
idna==3.10
# via
Expand Down Expand Up @@ -216,14 +216,14 @@ numpy==1.25.2 ; python_full_version < '3.12'
# contourpy
# matplotlib
# pandas
numpy==2.1.3 ; python_full_version >= '3.12'
numpy==2.2.0 ; python_full_version >= '3.12'
# via
# -c backend/requirements/3.10/base.txt
# -r backend/requirements/base.in
# contourpy
# matplotlib
# pandas
openai==1.55.3
openai==1.57.0
# via -r backend/requirements/dev.in
openpyxl==3.1.5
# via
Expand Down Expand Up @@ -260,7 +260,7 @@ pure-eval==0.2.3
# via stack-data
pycparser==2.22 ; platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.10.2
pydantic==2.10.3
# via openai
pydantic-core==2.27.1
# via pydantic
Expand Down Expand Up @@ -305,14 +305,14 @@ requests==2.32.3
# tiktoken
rich==13.9.4
# via -r backend/requirements/dev.in
rpds-py==0.21.0
rpds-py==0.22.3
# via
# -c backend/requirements/3.10/base.txt
# jsonschema
# referencing
s3transfer==0.10.4
# via boto3
six==1.16.0
six==1.17.0
# via
# -c backend/requirements/3.10/base.txt
# python-dateutil
Expand Down
26 changes: 13 additions & 13 deletions backend/requirements/3.10/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotated-types==0.7.0
# via
# -c backend/requirements/3.10/dev.txt
# pydantic
anyio==4.6.2.post1
anyio==4.7.0
# via
# -c backend/requirements/3.10/dev.txt
# httpx
Expand All @@ -27,11 +27,11 @@ attrs==24.2.0
# -c backend/requirements/3.10/dev.txt
# jsonschema
# referencing
boto3==1.35.72
boto3==1.35.76
# via
# -c backend/requirements/3.10/dev.txt
# -r backend/requirements/dev.in
botocore==1.35.72
botocore==1.35.76
# via
# -c backend/requirements/3.10/dev.txt
# boto3
Expand Down Expand Up @@ -60,7 +60,7 @@ contourpy==1.3.1
# via
# -c backend/requirements/3.10/dev.txt
# matplotlib
coverage==7.6.8
coverage==7.6.9
# via pytest-cov
cryptography==44.0.0
# via
Expand Down Expand Up @@ -92,7 +92,7 @@ dj-database-url==2.3.0
# via
# -c backend/requirements/3.10/dev.txt
# -r backend/requirements/base.in
django==4.2.16
django==4.2.17
# via
# -c backend/requirements/3.10/dev.txt
# -r backend/requirements/base.in
Expand Down Expand Up @@ -139,7 +139,7 @@ django-extensions==3.2.3
# via
# -c backend/requirements/3.10/dev.txt
# -r backend/requirements/base.in
django-import-export==4.3.2
django-import-export==4.3.3
# via
# -c backend/requirements/3.10/dev.txt
# -r backend/requirements/base.in
Expand Down Expand Up @@ -192,7 +192,7 @@ executing==2.1.0
# via
# -c backend/requirements/3.10/dev.txt
# stack-data
fonttools==4.55.0
fonttools==4.55.2
# via
# -c backend/requirements/3.10/dev.txt
# fpdf2
Expand All @@ -215,7 +215,7 @@ httpcore==1.0.7
# via
# -c backend/requirements/3.10/dev.txt
# httpx
httpx==0.28.0
httpx==0.28.1
# via
# -c backend/requirements/3.10/dev.txt
# openai
Expand Down Expand Up @@ -295,14 +295,14 @@ numpy==1.25.2 ; python_full_version < '3.12'
# contourpy
# matplotlib
# pandas
numpy==2.1.3 ; python_full_version >= '3.12'
numpy==2.2.0 ; python_full_version >= '3.12'
# via
# -c backend/requirements/3.10/dev.txt
# -r backend/requirements/base.in
# contourpy
# matplotlib
# pandas
openai==1.55.3
openai==1.57.0
# via
# -c backend/requirements/3.10/dev.txt
# -r backend/requirements/dev.in
Expand Down Expand Up @@ -358,7 +358,7 @@ pycparser==2.22 ; platform_python_implementation != 'PyPy'
# via
# -c backend/requirements/3.10/dev.txt
# cffi
pydantic==2.10.2
pydantic==2.10.3
# via
# -c backend/requirements/3.10/dev.txt
# openai
Expand Down Expand Up @@ -439,7 +439,7 @@ rich==13.9.4
# via
# -c backend/requirements/3.10/dev.txt
# -r backend/requirements/dev.in
rpds-py==0.21.0
rpds-py==0.22.3
# via
# -c backend/requirements/3.10/dev.txt
# jsonschema
Expand All @@ -448,7 +448,7 @@ s3transfer==0.10.4
# via
# -c backend/requirements/3.10/dev.txt
# boto3
six==1.16.0
six==1.17.0
# via
# -c backend/requirements/3.10/dev.txt
# python-dateutil
Expand Down
12 changes: 6 additions & 6 deletions backend/requirements/3.11/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ diff-match-patch==20241021
# via django-import-export
dj-database-url==2.3.0
# via -r backend/requirements/base.in
django==4.2.16
django==4.2.17
# via
# -r backend/requirements/base.in
# dj-database-url
Expand All @@ -29,7 +29,7 @@ django-authtools @ git+https://github.com/adRn-s/django-authtools@a3284c976719bd
# via -r backend/requirements/base.in
django-extensions==3.2.3
# via -r backend/requirements/base.in
django-import-export==4.3.2
django-import-export==4.3.3
# via -r backend/requirements/base.in
django-linear-migrations==2.16.0
# via -r backend/requirements/base.in
Expand All @@ -45,7 +45,7 @@ drf-spectacular==0.28.0
# via -r backend/requirements/base.in
et-xmlfile==2.0.0
# via openpyxl
fonttools==4.55.0
fonttools==4.55.2
# via fpdf2
fpdf2==2.8.1
# via -r backend/requirements/base.in
Expand All @@ -63,7 +63,7 @@ numpy==1.25.2 ; python_full_version < '3.12'
# via
# -r backend/requirements/base.in
# pandas
numpy==2.1.3 ; python_full_version >= '3.12'
numpy==2.2.0 ; python_full_version >= '3.12'
# via
# -r backend/requirements/base.in
# pandas
Expand Down Expand Up @@ -91,11 +91,11 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.21.0
rpds-py==0.22.3
# via
# jsonschema
# referencing
six==1.16.0
six==1.17.0
# via python-dateutil
sqlparse==0.5.2
# via django
Expand Down
Loading

0 comments on commit 0607f68

Please sign in to comment.