Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to CCI dev release #2837

Merged
merged 2 commits into from
Jun 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ asttokens==2.0.5
# via stack-data
attrs==21.4.0
# via pytest
babel==2.10.1
babel==2.10.3
# via sphinx
backcall==0.2.0
# via ipython
Expand Down Expand Up @@ -162,7 +162,7 @@ pyparsing==3.0.9
# packaging
pytest-django==4.5.2
# via -r requirements/dev.in
pytest-factoryboy==2.4.0
pytest-factoryboy==2.5.0
# via -r requirements/dev.in
pytest-mock==3.7.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -204,7 +204,7 @@ six==1.16.0
# virtualenv
snowballstemmer==2.2.0
# via sphinx
sphinx==5.0.1
sphinx==5.0.2
# via -r requirements/dev.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand All @@ -223,7 +223,7 @@ sqlparse==0.4.2
# -c requirements/prod.txt
# django
# django-debug-toolbar
stack-data==0.2.0
stack-data==0.3.0
# via ipython
tap.py==3.1
# via pytest-tap
Expand All @@ -235,7 +235,7 @@ tomli==2.0.1
# via
# black
# pytest
traitlets==5.2.2.post1
traitlets==5.3.0
# via
# ipython
# matplotlib-inline
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansi2html
boto3
coloredlogs
cumulusci==3.60.0
cumulusci==3.61.0.dev2
# Until we can go through: https://docs.djangoproject.com/en/4.0/releases/4.0/#backwards-incompatible-changes-in-4-0
django<4
django-allauth
Expand Down
12 changes: 6 additions & 6 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ authlib==1.0.1
# simple-salesforce
bleach==5.0.0
# via sfdo-template-helpers
boto3==1.24.6
boto3==1.24.14
# via -r requirements/prod.in
botocore==1.27.6
botocore==1.27.14
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -61,7 +61,7 @@ cryptography==37.0.2
# pyjwt
# secretstorage
# sfdo-template-helpers
cumulusci==3.60.0
cumulusci==3.61.0.dev2
# via -r requirements/prod.in
defusedxml==0.7.1
# via python3-openid
Expand All @@ -75,9 +75,9 @@ django-crispy-forms==1.14.0
# via -r requirements/prod.in
django-defender==0.9.5
# via -r requirements/prod.in
django-environ==0.8.1
django-environ==0.9.0
# via -r requirements/prod.in
django-filter==21.1
django-filter==22.1
# via
# -r requirements/prod.in
# djangorestframework-filters
Expand Down Expand Up @@ -166,7 +166,7 @@ jinja2==2.11.3
# via
# cumulusci
# snowfakery
jmespath==1.0.0
jmespath==1.0.1
# via
# boto3
# botocore
Expand Down