Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadden42 committed Jan 7, 2024
1 parent c5b52cb commit 4e40947
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
88 changes: 44 additions & 44 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
astroid==3.0.2 ; python_version >= "3.9" and python_version < "4.0"
black==23.12.1 ; python_version >= "3.9" and python_version < "4.0"
boto3==1.34.11 ; python_version >= "3.9" and python_version < "4.0"
boto3==1.34.14 ; python_version >= "3.9" and python_version < "4.0"
boto==2.49.0 ; python_version >= "3.9" and python_version < "4.0"
botocore==1.34.11 ; python_version >= "3.9" and python_version < "4.0"
botocore==1.34.14 ; python_version >= "3.9" and python_version < "4.0"
certifi==2023.11.17 ; python_version >= "3.9" and python_version < "4.0"
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"
Expand All @@ -23,7 +23,7 @@ mdurl==0.1.2 ; python_version >= "3.9" and python_version < "4.0"
mypy-extensions==1.0.0 ; python_version >= "3.9" and python_version < "4.0"
nested-dict==1.61 ; python_version >= "3.9" and python_version < "4.0"
nose==1.3.7 ; python_version >= "3.9" and python_version < "4.0"
numpy==1.26.2 ; python_version >= "3.9" and python_version <= "3.11" or python_version >= "3.12" and python_version < "4.0"
numpy==1.26.3 ; python_version >= "3.9" and python_version <= "3.11" or python_version >= "3.12" and python_version < "4.0"
packaging==23.2 ; python_version >= "3.9" and python_version < "4.0"
pandas==2.1.4 ; python_version >= "3.9" and python_version < "4.0"
pathspec==0.12.1 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 4e40947

Please sign in to comment.