Skip to content

Commit

Permalink
SP-1076 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Oct 8, 2024
1 parent ad2eb8b commit 0b953ed
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 58 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ requests = "==2.32.3"
pydantic = "==2.9.2"

[dev-packages]
black = "==24.4.2"
pytest = "==8.2.2"
black = "==24.8.0"
pytest = "==8.3."
pytest-mock = "==3.14.0"
mypy = "==1.10.1"
mypy = "==1.11.2"
pytest-mypy-plugins = "==3.1.2"
pytest-cov = "==5.0.0"

Expand Down
110 changes: 55 additions & 55 deletions Pipfile.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ classifiers = [
"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",
"Programming Language :: Python :: 3.13",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Natural Language :: English",
Expand Down

0 comments on commit 0b953ed

Please sign in to comment.