Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Apr 11, 2022
1 parent 9142456 commit 2202fc7
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
52 changes: 25 additions & 27 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,43 +1,41 @@
attrs==21.2.0
backports.entry-points-selectable==1.1.0
bleach==4.1.0
attrs==21.4.0
bleach==5.0.0
cffi==1.15.0
cfgv==3.3.1
colorama==0.4.4
coverage==5.5
commonmark==0.9.1
coverage==6.3.2
coverage-enable-subprocess==1.0
coveralls==3.2.0
cryptography==35.0.0
distlib==0.3.3
coveralls==3.3.1
cryptography==36.0.2
distlib==0.3.4
docopt==0.6.2
docutils==0.17.1
docutils==0.18.1
ephemeral-port-reserve==1.1.4
filelock==3.3.1
filelock==3.6.0
gunicorn==20.1.0
importlib-metadata==4.8.1
iniconfig==1.1.1
jeepney==0.7.1
keyring==23.2.1
jeepney==0.8.0
keyring==23.5.0
libsass==0.21.0
nodeenv==1.6.0
packaging==21.0
pkginfo==1.7.1
platformdirs==2.4.0
packaging==21.3
pkginfo==1.8.2
platformdirs==2.5.1
pluggy==1.0.0
pre-commit==2.15.0
py==1.10.0
pycparser==2.20
pyparsing==2.4.7
pytest==6.2.5
pre-commit==2.18.1
py==1.11.0
pycparser==2.21
pyparsing==3.0.8
pytest==7.1.1
PyYAML==6.0
readme-renderer==30.0
readme-renderer==34.0
requests-toolbelt==0.9.1
requirements-tools==2.0.0
rfc3986==1.5.0
rfc3986==2.0.0
rich==12.2.0
SecretStorage==3.3.1
toml==0.10.2
tqdm==4.62.3
twine==3.4.2
virtualenv==20.8.1
tomli==2.0.1
twine==4.0.0
virtualenv==20.14.1
webencodings==0.5.1
zipp==3.6.0
56 changes: 29 additions & 27 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,59 +1,61 @@
absl-py==0.15.0
astunparse==1.6.3
boto3==1.19.0
botocore==1.22.0
boto3==1.21.37
botocore==1.24.37
cached-property==1.5.2
cachetools==4.2.4
cachetools==5.0.0
certifi==2021.10.8
charset-normalizer==2.0.7
click==8.0.3
charset-normalizer==2.0.12
click==8.1.2
csscompressor==0.9.5
cssselect==1.1.0
Flask==2.0.2
Flask==2.1.1
flatbuffers==1.12
gast==0.4.0
google-auth==2.3.0
google-auth==2.6.3
google-auth-oauthlib==0.4.6
google-pasta==0.2.0
grpcio==1.34.1
guesslang==2.2.1
h5py==3.1.0
identify==2.3.0
identify==2.4.12
idna==3.3
itsdangerous==2.0.1
Jinja2==3.0.2
jmespath==0.10.0
importlib-metadata==4.11.3
itsdangerous==2.1.2
Jinja2==3.1.1
jmespath==1.0.0
keras-nightly==2.5.0.dev2021032900
Keras-Preprocessing==1.1.2
lxml==4.6.3
Markdown==3.3.4
MarkupSafe==2.0.1
lxml==4.8.0
Markdown==3.3.6
MarkupSafe==2.1.1
mistune==0.8.4
numpy==1.19.5
oauthlib==3.1.1
oauthlib==3.2.0
opt-einsum==3.3.0
protobuf==3.19.0
protobuf==3.20.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
Pygments==2.10.0
Pygments==2.11.2
pygments-ansi-color==0.0.6
pygments-solarized-style==0.1
pyquery==1.4.3
python-dateutil==2.8.2
requests==2.26.0
requests-oauthlib==1.3.0
rsa==4.7.2
s3transfer==0.5.0
setuptools==58.2.0
requests==2.27.1
requests-oauthlib==1.3.1
rsa==4.8
s3transfer==0.5.2
setuptools==62.1.0
six==1.15.0
tensorboard==2.7.0
tensorboard==2.8.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.0
tensorboard-plugin-wit==1.8.1
tensorflow==2.5.0
tensorflow-estimator==2.5.0
termcolor==1.1.0
typing-extensions==3.7.4.3
urllib3==1.26.7
Werkzeug==2.0.2
wheel==0.37.0
urllib3==1.26.9
Werkzeug==2.1.1
wheel==0.37.1
wrapt==1.12.1
zipp==3.8.0

0 comments on commit 2202fc7

Please sign in to comment.