Skip to content

Commit

Permalink
Merge pull request #519 from Yelp/upgrade_requirements
Browse files Browse the repository at this point in the history
Upgrade requirements
  • Loading branch information
calvinli authored Feb 10, 2022
2 parents faa682b + c3b23ef commit bb8b615
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
1 change: 1 addition & 0 deletions .activate.sh
1 change: 1 addition & 0 deletions .deactivate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deactivate
38 changes: 19 additions & 19 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
appdirs==1.4.4
attrs==20.3.0
certifi==2020.11.8
attrs==21.2.0
backports.entry-points-selectable==1.1.0
certifi==2021.10.8
cfgv==3.2.0
chardet==3.0.4
charset-normalizer==2.0.7
coverage==4.5.4
distlib==0.3.1
filelock==3.0.12
flake8==3.5.0
gibberish-detector==0.1.1
identify==1.5.10
idna==2.10
importlib-metadata==2.1.1
importlib-resources==3.3.0
identify==2.3.0
idna==3.3
importlib-metadata==4.8.1
iniconfig==1.1.1
mccabe==0.6.1
monotonic==1.5
mypy==0.790
mypy-extensions==0.4.3
nodeenv==1.5.0
nodeenv==1.6.0
packaging==20.9
platformdirs==2.0.2
pluggy==0.13.1
pre-commit==2.9.2
pre-commit==2.17.0
py==1.10.0
pyahocorasick==1.4.0
pycodestyle==2.3.1
pyflakes==1.6.0
pyparsing==2.4.7
pytest==6.2.2
PyYAML==5.4
requests==2.25.0
responses==0.12.1
six==1.15.0
PyYAML==6.0
requests==2.26.0
responses==0.16.0
six==1.16.0
toml==0.10.2
tox==3.20.1
tox==3.24.4
tox-pip-extensions==1.6.0
typed-ast==1.4.1
typing-extensions==3.7.4.3
typed-ast==1.4.3
typing-extensions==3.10.0.2
unidiff==0.6.0
urllib3==1.26.5
urllib3==1.26.7
virtualenv==20.6.0
zipp==3.4.0
zipp==3.6.0

0 comments on commit bb8b615

Please sign in to comment.