Skip to content

Commit

Permalink
Updating sfdc-template-helprs to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbharath committed Jan 12, 2024
1 parent ac0e629 commit 0f483a3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
5 changes: 3 additions & 2 deletions 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.20.0.tar.gz
https://github.com/SFDO-Tooling/sfdo-template-helpers/archive/v0.21.0.tar.gz
coloredlogs
cumulusci
Django<5
Expand All @@ -11,7 +11,7 @@ ansi2html
bleach
boto3
channels[daphne]<4
channels-redis
channels-redis<4
django-allauth
django-colorfield
django-binary-database-files
Expand All @@ -36,3 +36,4 @@ sentry-sdk
service_identity
werkzeug
whitenoise
rq-scheduler
22 changes: 18 additions & 4 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile --output-file=requirements/prod.txt requirements/prod.in
#
aioredis==1.3.1
# via channels-redis
ansi2html==1.9.1
# via -r requirements/prod.in
appdirs==1.4.4
Expand All @@ -17,7 +19,9 @@ asgiref==3.7.2
# daphne
# django
async-timeout==4.0.3
# via redis
# via
# aioredis
# redis
attrs==23.2.0
# via
# automat
Expand Down Expand Up @@ -56,7 +60,7 @@ channels[daphne]==3.0.5
# -r requirements/prod.in
# channels
# channels-redis
channels-redis==4.1.0
channels-redis==3.4.1
# via -r requirements/prod.in
charset-normalizer==3.2.0
# via
Expand All @@ -75,6 +79,8 @@ constantly==23.10.4
# via twisted
croniter==1.4.1
# via django-rq-scheduler
crontab==1.0.1
# via rq-scheduler
cryptography==41.0.7
# via
# authlib
Expand Down Expand Up @@ -161,6 +167,8 @@ faker-nonprofit==1.0.0
# via
# cumulusci
# snowfakery
freezegun==1.4.0
# via rq-scheduler
fs==2.4.16
# via cumulusci
github3-py==4.0.1
Expand All @@ -177,6 +185,8 @@ gvgen==1.0
# snowfakery
hashids==1.3.1
# via django-hashid-field
hiredis==2.3.2
# via aioredis
honcho==1.1.0
# via -r requirements/prod.in
humanfriendly==10.0
Expand Down Expand Up @@ -290,7 +300,9 @@ python-dateutil==2.8.2
# croniter
# cumulusci
# faker
# freezegun
# github3-py
# rq-scheduler
# snowfakery
python3-openid==3.2.0
# via django-allauth
Expand All @@ -304,7 +316,6 @@ pyyaml==6.0.1
# snowfakery
redis==5.0.1
# via
# channels-redis
# django-redis
# django-rq
# rq
Expand Down Expand Up @@ -351,6 +362,9 @@ rq==1.15.1
# -r requirements/prod.in
# django-rq
# django-rq-scheduler
# rq-scheduler
rq-scheduler==0.13.1
# via -r requirements/prod.in
rst2ansi==0.1.5
# via cumulusci
s3transfer==0.10.0
Expand All @@ -373,7 +387,7 @@ service-identity==23.1.0
# via
# -r requirements/prod.in
# twisted
sfdo-template-helpers @ https://github.com/SFDO-Tooling/sfdo-template-helpers/archive/v0.20.0.tar.gz
sfdo-template-helpers @ https://github.com/SFDO-Tooling/sfdo-template-helpers/archive/fix_token_attr_check.tar.gz
# via -r requirements/prod.in
simple-salesforce==1.11.4
# via
Expand Down

0 comments on commit 0f483a3

Please sign in to comment.