Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed May 22, 2024
1 parent 9f22080 commit cd415b9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ black==24.4.2
# via -r requirements-dev.in
blessed==1.20.0
# via -r requirements.txt
boto3==1.34.101
boto3==1.34.110
# via
# -r requirements.txt
# django-ses
botocore==1.34.101
botocore==1.34.110
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -106,7 +106,7 @@ jmespath==1.0.1
# -r requirements.txt
# boto3
# botocore
lxml==5.2.1
lxml==5.2.2
# via
# -r requirements.txt
# svglib
Expand All @@ -131,7 +131,7 @@ pillow==10.3.0
# reportlab
pip-tools==7.4.1
# via -r requirements-dev.in
platformdirs==4.2.1
platformdirs==4.2.2
# via black
pluggy==1.5.0
# via pytest
Expand All @@ -143,15 +143,15 @@ pycparser==2.22
# via
# -r requirements.txt
# cffi
pymysql==1.1.0
pymysql==1.1.1
# via -r requirements.txt
pypdf==4.2.0
# via -r requirements.txt
pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements-dev.in
# pytest-cov
Expand Down Expand Up @@ -186,15 +186,15 @@ reportlab==4.2.0
# via
# -r requirements.txt
# svglib
requests==2.31.0
requests==2.32.2
# via -r requirements.txt
ruff==0.4.3
ruff==0.4.4
# via -r requirements-dev.in
s3transfer==0.10.1
# via
# -r requirements.txt
# boto3
sentry-sdk==2.1.1
sentry-sdk==2.2.1
# via -r requirements.txt
six==1.16.0
# via
Expand Down Expand Up @@ -235,7 +235,7 @@ zope-event==5.0
# via
# -r requirements.txt
# gevent
zope-interface==6.3
zope-interface==6.4.post0
# via
# -r requirements.txt
# gevent
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ croniter~=2.0.5 # optional requirement for django-q2
django-ses~=4.0.0

# database
pymysql~=1.1.0
pymysql~=1.1
psycopg2-binary~=2.9.9

# Jinja2
Expand All @@ -41,7 +41,7 @@ pypdf~=4.2.0
svglib~=1.5.1

# requests
requests~=2.31.0
requests~=2.32

# Sentry
sentry-sdk[django]~=2.1.1
sentry-sdk[django]~=2.2.1
14 changes: 7 additions & 7 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ asgiref==3.8.1
# via django
blessed==1.20.0
# via -r requirements.in
boto3==1.34.101
boto3==1.34.110
# via
# django-ses
# django-storages
botocore==1.34.101
botocore==1.34.110
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -72,7 +72,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
lxml==5.2.1
lxml==5.2.2
# via svglib
markupsafe==2.1.5
# via jinja2
Expand All @@ -86,7 +86,7 @@ psycopg2-binary==2.9.9
# via -r requirements.in
pycparser==2.22
# via cffi
pymysql==1.1.0
pymysql==1.1.1
# via -r requirements.in
pypdf==4.2.0
# via -r requirements.in
Expand All @@ -106,11 +106,11 @@ reportlab==4.2.0
# via
# -r requirements.in
# svglib
requests==2.31.0
requests==2.32.2
# via -r requirements.in
s3transfer==0.10.1
# via boto3
sentry-sdk==2.1.1
sentry-sdk==2.2.1
# via -r requirements.in
six==1.16.0
# via
Expand Down Expand Up @@ -139,7 +139,7 @@ whitenoise==6.6.0
# via -r requirements.in
zope-event==5.0
# via gevent
zope-interface==6.3
zope-interface==6.4.post0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit cd415b9

Please sign in to comment.