Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Dec 23, 2023
1 parent 3db0b92 commit 12d93f8
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 84 deletions.
136 changes: 57 additions & 79 deletions poetry.lock

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

9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ classifiers = [
'Intended Audience :: Telecommunications Industry',
'Intended Audience :: Information Technology',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Security',
'Topic :: Internet',
]
Expand All @@ -36,10 +35,10 @@ Sphinx = { version = "^7.2.6", optional = true }
docs = ["Sphinx"]

[tool.poetry.group.dev.dependencies]
pylint = "^3.0.2"
mypy = "^1.7.1"
pylint = "^3.0.3"
mypy = "^1.8.0"
types-requests = "^2.31.0.10"
ipython = "^8.18.1"
ipython = "^8.19.0"
pytest = "^7.4.3"

[build-system]
Expand Down

0 comments on commit 12d93f8

Please sign in to comment.