Skip to content

Commit

Permalink
Bump dependencies (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerShor committed Jul 14, 2024
1 parent 75f96f7 commit b461ee6
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 174 deletions.
8 changes: 6 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ nbconvert = ">=6.4.5"
# notebook.notebookapp has been deprecated since 7.0.0
notebook = ">=6.4, <7.0.0"
pyyaml = ">=3.13, <7"
requests = ">=2.20.1"
boto3 = ">=1.9"
requests = ">=2.31.0"
boto3 = "==1.33.13"
importlib-metadata = "<8.0.0"
ipython = ">=7.27.0"

[dev-packages]
flake8 = "*"
Expand All @@ -20,3 +21,6 @@ pyyaml = "*"
sphinx = "~=4.3.0"
twine = "*"
wheel = "*"

[requires]
python_version = ">=3.8"
Loading

0 comments on commit b461ee6

Please sign in to comment.