Skip to content

Commit

Permalink
Relock dependencies again - last relock seemed to use incorrect depen…
Browse files Browse the repository at this point in the history
…dency versions for some reason.
  • Loading branch information
derekpierre committed Sep 26, 2023
1 parent 34b5371 commit dc9ffe1
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 46 deletions.
118 changes: 75 additions & 43 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ identify==2.5.29 ; python_version >= '3.8'
idna==3.4 ; python_version >= '3.5'
ijson==3.2.3
importlib-metadata==6.8.0 ; python_version >= '3.8'
importlib-resources==6.1.0 ; python_version < '3.9'
iniconfig==2.0.0 ; python_version >= '3.7'
ipython==8.15.0 ; python_version >= '3.9'
ipython==8.12.2 ; python_version >= '3.8'
isort==6.0.0b2
jedi==0.19.0 ; python_version >= '3.6'
jsonschema==4.19.1 ; python_version >= '3.8'
Expand All @@ -71,14 +72,15 @@ multidict==6.0.4 ; python_version >= '3.7'
mypy-extensions==1.0.0 ; python_version >= '3.5'
nodeenv==1.8.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
nucypher-core==0.13.0
numpy==1.26.0 ; python_version < '3.10'
numpy==1.24.4 ; python_version < '3.10'
packaging==23.1 ; python_version >= '3.7'
pandas==1.5.3 ; python_version >= '3.8'
parsimonious==0.9.0
parso==0.8.3 ; python_version >= '3.6'
pathspec==0.11.2 ; python_version >= '3.7'
pexpect==4.8.0 ; sys_platform != 'win32'
pickleshare==0.7.5
pkgutil-resolve-name==1.3.10 ; python_version < '3.9'
platformdirs==3.10.0 ; python_version >= '3.7'
pluggy==1.3.0 ; python_version >= '3.8'
pre-commit==3.4.0
Expand All @@ -105,6 +107,7 @@ pygments==2.16.1 ; python_version >= '3.7'
pyjwt[crypto]==2.8.0 ; python_version >= '3.7'
pynacl==1.5.0 ; python_version >= '3.6'
pyproject-api==1.6.1 ; python_version >= '3.8'
pysha3==1.0.2
pytest==7.4.2 ; python_version >= '3.7'
python-baseconv==1.2.2
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
Expand All @@ -117,7 +120,6 @@ requests==2.31.0 ; python_version >= '3.7'
rich==12.6.0 ; python_full_version >= '3.6.3' and python_full_version < '4.0.0'
rlp==3.0.0
rpds-py==0.10.3 ; python_version >= '3.8'
safe-pysha3==1.0.4
semantic-version==2.10.0 ; python_version >= '2.7'
setuptools==68.2.2 ; python_version >= '3.8'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
Expand Down

0 comments on commit dc9ffe1

Please sign in to comment.