Skip to content

Commit

Permalink
Re-ran make requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Feb 11, 2025
1 parent e9e4d42 commit d848b72
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ beautifulsoup4==4.10.0
# via -r base-requirements.in
billiard==3.6.4.0
# via celery
bleach[css]==6.1.0
bleach==6.1.0
# via -r base-requirements.in
boto3==1.24.96
# via -r base-requirements.in
Expand Down Expand Up @@ -196,8 +196,8 @@ django-cte==1.3.2
# via -r base-requirements.in
django-extensions==3.1.3
# via
# -r dev-requirements.in
# -r docs-requirements.in
# -r dev-requirements.in
django-field-audit==1.2.8
# via -r base-requirements.in
django-formtools==2.3
Expand Down Expand Up @@ -294,7 +294,7 @@ git-build-branch==0.1.16
# via -r dev-requirements.in
gnureadline==8.1.2
# via -r dev-requirements.in
google-api-core[grpc]==2.11.0
google-api-core==2.11.0
# via
# firebase-admin
# google-api-python-client
Expand Down Expand Up @@ -558,7 +558,7 @@ pygments==2.15.0
# sphinx
pyjwkest==1.4.2
# via oic
pyjwt[crypto]==2.7.0
pyjwt==2.7.0
# via
# -r base-requirements.in
# firebase-admin
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ beautifulsoup4==4.12.2
# via -r base-requirements.in
billiard==3.6.4.0
# via celery
bleach[css]==6.1.0
bleach==6.1.0
# via -r base-requirements.in
boto3==1.24.96
# via -r base-requirements.in
Expand Down Expand Up @@ -253,7 +253,7 @@ gevent==23.9.1
# via
# -r base-requirements.in
# django-websocket-redis
google-api-core[grpc]==2.11.0
google-api-core==2.11.0
# via
# firebase-admin
# google-api-python-client
Expand Down Expand Up @@ -473,7 +473,7 @@ pygments==2.15.0
# via sphinx
pyjwkest==1.4.2
# via oic
pyjwt[crypto]==2.7.0
pyjwt==2.7.0
# via
# -r base-requirements.in
# firebase-admin
Expand Down
6 changes: 3 additions & 3 deletions requirements/prod-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ beautifulsoup4==4.12.2
# via -r base-requirements.in
billiard==3.6.4.0
# via celery
bleach[css]==6.1.0
bleach==6.1.0
# via -r base-requirements.in
boto3==1.24.96
# via -r base-requirements.in
Expand Down Expand Up @@ -251,7 +251,7 @@ gevent==23.9.1
# via
# -r base-requirements.in
# django-websocket-redis
google-api-core[grpc]==2.11.0
google-api-core==2.11.0
# via
# firebase-admin
# google-api-python-client
Expand Down Expand Up @@ -481,7 +481,7 @@ pygments==2.15.0
# via ipython
pyjwkest==1.4.2
# via oic
pyjwt[crypto]==2.7.0
pyjwt==2.7.0
# via
# -r base-requirements.in
# firebase-admin
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ beautifulsoup4==4.12.2
# via -r base-requirements.in
billiard==3.6.4.0
# via celery
bleach[css]==6.1.0
bleach==6.1.0
# via -r base-requirements.in
boto3==1.24.96
# via -r base-requirements.in
Expand Down Expand Up @@ -240,7 +240,7 @@ gevent==23.9.1
# via
# -r base-requirements.in
# django-websocket-redis
google-api-core[grpc]==2.11.0
google-api-core==2.11.0
# via
# firebase-admin
# google-api-python-client
Expand Down Expand Up @@ -445,7 +445,7 @@ pygithub==1.55
# via -r base-requirements.in
pyjwkest==1.4.2
# via oic
pyjwt[crypto]==2.7.0
pyjwt==2.7.0
# via
# -r base-requirements.in
# firebase-admin
Expand Down
6 changes: 3 additions & 3 deletions requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ beautifulsoup4==4.10.0
# via -r base-requirements.in
billiard==3.6.4.0
# via celery
bleach[css]==6.1.0
bleach==6.1.0
# via -r base-requirements.in
boto3==1.24.96
# via -r base-requirements.in
Expand Down Expand Up @@ -257,7 +257,7 @@ gevent==23.9.1
# via
# -r base-requirements.in
# django-websocket-redis
google-api-core[grpc]==2.11.0
google-api-core==2.11.0
# via
# firebase-admin
# google-api-python-client
Expand Down Expand Up @@ -475,7 +475,7 @@ pygithub==1.55
# via -r base-requirements.in
pyjwkest==1.4.2
# via oic
pyjwt[crypto]==2.7.0
pyjwt==2.7.0
# via
# -r base-requirements.in
# firebase-admin
Expand Down

0 comments on commit d848b72

Please sign in to comment.