Skip to content

Commit

Permalink
Merge pull request #2 from KOSASIH/dependabot/pip/ipython-8.10.0
Browse files Browse the repository at this point in the history
Bump ipython from 7.24.1 to 8.10.0
  • Loading branch information
KOSASIH authored Jun 18, 2024
2 parents 03e3ff5 + e56aa8d commit d94f189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ pytest-cov==2.12.1
coverage==6.3.2

# Additional dependencies for development
ipython==7.24.1
ipython==8.10.0
jupyter==1.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Define the development dependencies
EXTRA_REQUIRE = {
"dev": [
"ipython==7.24.1",
"ipython==8.10.0",
"jupyter==1.0.0",
],
}
Expand Down

0 comments on commit d94f189

Please sign in to comment.