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

week 12 updates #3124

Merged
merged 4 commits into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ furo
isort
jsonschema
pre-commit
pytest
pytest<7.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment about why we pinned it so that we have a breadcrumb for what to check in on later

pytest-cov
pytest-random-order
pytest-vcr
Expand Down
16 changes: 7 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ click==8.0.3
# -c requirements/prod.txt
# black
colorama==0.4.4
# via
# -c requirements/prod.txt
# twine
# via twine
coverage[toml]==6.3.2
# via
# -r requirements/dev.in
Expand Down Expand Up @@ -66,7 +64,7 @@ flake8==3.9.2
# via -r requirements/dev.in
furo==2022.3.4
# via -r requirements/dev.in
identify==2.4.11
identify==2.4.12
# via pre-commit
idna==3.3
# via
Expand All @@ -75,7 +73,7 @@ idna==3.3
# yarl
imagesize==1.3.0
# via sphinx
importlib-metadata==4.11.2
importlib-metadata==4.11.3
# via
# -c requirements/prod.txt
# keyring
Expand Down Expand Up @@ -163,7 +161,7 @@ python-dateutil==2.8.2
# via
# -c requirements/prod.txt
# faker
pytz==2021.3
pytz==2022.1
# via
# -c requirements/prod.txt
# babel
Expand All @@ -172,7 +170,7 @@ pyyaml==6.0
# -c requirements/prod.txt
# pre-commit
# vcrpy
readme-renderer==33.0
readme-renderer==34.0
# via twine
requests==2.27.1
# via
Expand Down Expand Up @@ -250,15 +248,15 @@ vcrpy==4.1.1
# via
# -r requirements/dev.in
# pytest-vcr
virtualenv==20.13.3
virtualenv==20.13.4
# via
# pre-commit
# tox
webencodings==0.5.1
# via bleach
wheel==0.37.1
# via -r requirements/dev.in
wrapt==1.13.3
wrapt==1.14.0
# via vcrpy
yarl==1.7.2
# via vcrpy
Expand Down
14 changes: 6 additions & 8 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
appdirs==1.4.4
# via fs
authlib==0.15.5
authlib==1.0.0
# via simple-salesforce
certifi==2021.10.8
# via
Expand All @@ -22,11 +22,9 @@ click==8.0.3
# via
# -r requirements/prod.in
# snowfakery
colorama==0.4.4
# via rich
commonmark==0.9.1
# via rich
cryptography==36.0.1
cryptography==36.0.2
# via
# -r requirements/prod.in
# authlib
Expand All @@ -51,7 +49,7 @@ idna==3.3
# via
# requests
# snowfakery
importlib-metadata==4.11.2
importlib-metadata==4.11.3
# via keyring
jinja2==2.11.3
# via
Expand Down Expand Up @@ -88,7 +86,7 @@ python-dateutil==2.8.2
# faker
# github3-py
# snowfakery
pytz==2021.3
pytz==2022.1
# via
# -r requirements/prod.in
# fs
Expand All @@ -107,7 +105,7 @@ requests==2.27.1
# snowfakery
requests-futures==1.0.0
# via -r requirements/prod.in
rich==11.2.0
rich==12.0.1
# via -r requirements/prod.in
robotframework==4.1.3
# via
Expand All @@ -119,7 +117,7 @@ robotframework==4.1.3
# robotframework-stacktrace
robotframework-lint==1.1
# via -r requirements/prod.in
robotframework-pabot==2.1.0
robotframework-pabot==2.5.1
# via -r requirements/prod.in
robotframework-pythonlibcore==3.0.0
# via robotframework-seleniumlibrary
Expand Down