Skip to content

Commit

Permalink
fix: upgrade deps - requests, pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic committed Jul 8, 2024
1 parent 3caa21c commit 6403277
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
47 changes: 24 additions & 23 deletions poetry.lock

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

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ arrow = "^1.3.0"
timy = "^0.4.2"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.4"
pytest = "^8.2.2"
black = "^24.3.0"
isort = "^5.13.2"
jedi = "^0.19.1"
pudb = "^2020.1"
requests = "^2.31.0"
requests = "^2.32.3"
pytest-cov = "^4.1.0"
ptpython = "^3.0.25"
pytest-mock = "^3.12.0"
Expand All @@ -61,7 +61,6 @@ types-waitress = "^2.1.4.20240106"
celery-types = "^0.11.0"
pre-commit = "^2.19.0"
pytest-celery = "^0.0.0"
urllib3 = "1.26.18"
pylint = "^3.0.3"
certifi = "^2024.2.2"
idna = "^3.7"
Expand Down

0 comments on commit 6403277

Please sign in to comment.