Skip to content

Commit

Permalink
@W-14777545 - Update python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbharath committed Jan 18, 2024
1 parent 488bbfc commit e5199af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
15 changes: 5 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,25 +200,20 @@ sphinx==5.3.0
# via
# -r requirements/dev.in
# myst-parser
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-httpdomain
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-httpdomain==1.8.1
# via -r requirements/dev.in
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sqlparse==0.4.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# upgrade-deps.yml workflow. Avoid pinning specific versions here unless required
# for stability.

https://github.com/SFDO-Tooling/sfdo-template-helpers/archive/v0.21.0.tar.gz
https://github.com/SFDO-Tooling/sfdo-template-helpers/archive/v0.22.0.tar.gz
coloredlogs
cumulusci
Django<5
Expand Down
10 changes: 5 additions & 5 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ bleach==6.1.0
# via
# -r requirements/prod.in
# sfdo-template-helpers
boto3==1.34.18
boto3==1.34.21
# via -r requirements/prod.in
botocore==1.34.18
botocore==1.34.21
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -117,7 +117,7 @@ django==4.2.9
# django-storages
# djangorestframework
# sfdo-template-helpers
django-allauth==0.60.0
django-allauth==0.60.1
# via -r requirements/prod.in
django-binary-database-files==1.0.17
# via -r requirements/prod.in
Expand Down Expand Up @@ -383,11 +383,11 @@ selenium==3.141.0
# robotframework-seleniumlibrary
sentry-sdk==1.39.2
# via -r requirements/prod.in
service-identity==23.1.0
service-identity==24.1.0
# via
# -r requirements/prod.in
# twisted
sfdo-template-helpers @ https://github.com/SFDO-Tooling/sfdo-template-helpers/archive/v0.21.0.tar.gz
sfdo-template-helpers @ https://github.com/SFDO-Tooling/sfdo-template-helpers/archive/v0.22.0.tar.gz
# via -r requirements/prod.in
simple-salesforce==1.11.4
# via
Expand Down

0 comments on commit e5199af

Please sign in to comment.