Skip to content

Commit

Permalink
Automated dependency upgrades (#583)
Browse files Browse the repository at this point in the history
* Automated dependency upgrades

* fix _version.py

* Update _version.py

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
tschaume and github-actions committed Oct 31, 2022
1 parent 3078372 commit c2ca7f5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 20 deletions.
2 changes: 1 addition & 1 deletion emmet-api/emmet/api/_version.py
@@ -1 +1 @@
__version__ = "0.38.6"
__version__ = "0.38.6"
26 changes: 10 additions & 16 deletions emmet-api/requirements.txt
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile
Expand All @@ -15,11 +15,11 @@ attrs==22.1.0
# jsonschema
bcrypt==4.0.1
# via paramiko
boto3==1.25.2
boto3==1.25.5
# via
# emmet-api (setup.py)
# maggma
botocore==1.28.2
botocore==1.28.5
# via
# boto3
# s3transfer
Expand All @@ -40,15 +40,15 @@ click==8.1.3
# flask
# mongogrant
# uvicorn-tschaume
contourpy==1.0.5
contourpy==1.0.6
# via matplotlib
cryptography==38.0.1
# via paramiko
cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.5.2
ddtrace==1.5.3
# via emmet-api (setup.py)
dnspython==2.2.1
# via
Expand All @@ -60,9 +60,9 @@ emmet-core[all]==0.38.6
# mp-api
envier==0.4.0
# via ddtrace
exceptiongroup==1.0.0rc9
exceptiongroup==1.0.0
# via cattrs
fastapi==0.85.1
fastapi==0.85.2
# via
# emmet-api (setup.py)
# maggma
Expand All @@ -82,8 +82,6 @@ idna==3.4
# via
# anyio
# requests
importlib-metadata==5.0.0
# via flask
inflect==6.0.2
# via robocrys
itsdangerous==2.1.2
Expand Down Expand Up @@ -168,9 +166,9 @@ pandas==1.5.1
# pymatgen
paramiko==2.11.0
# via sshtunnel
pillow==9.2.0
pillow==9.3.0
# via matplotlib
plotly==5.10.0
plotly==5.11.0
# via pymatgen
protobuf==4.21.9
# via
Expand Down Expand Up @@ -216,7 +214,7 @@ pyparsing==3.0.9
# via
# matplotlib
# packaging
pyrsistent==0.18.1
pyrsistent==0.19.1
# via jsonschema
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -298,12 +296,10 @@ tqdm==4.64.1
# pymatgen
typing-extensions==4.4.0
# via
# aioitertools
# ddtrace
# emmet-core
# mp-api
# pydantic
# starlette
uncertainties==3.1.7
# via pymatgen
urllib3==1.26.12
Expand All @@ -316,8 +312,6 @@ werkzeug==2.2.2
# via flask
xmltodict==0.13.0
# via ddtrace
zipp==3.10.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/_version.py
@@ -1 +1 @@
__version__ = "0.38.6"
__version__ = "0.38.6"
2 changes: 1 addition & 1 deletion emmet-core/requirements-extras.txt
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --all-extras --output-file=requirements-extras.txt
Expand Down
2 changes: 1 addition & 1 deletion emmet-core/requirements.txt
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile
Expand Down

0 comments on commit c2ca7f5

Please sign in to comment.