Skip to content

Commit

Permalink
Merge pull request #5904 from hotosm/dependabot/pip/pytest-7.3.2
Browse files Browse the repository at this point in the history
Bump pytest from 7.3.1 to 7.3.2
  • Loading branch information
Aadesh-Baral authored Jun 22, 2023
2 parents 5848f16 + 7cc9e72 commit a7ca6a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions pdm.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ license = { text = "BSD-2-Clause" }

[tool]
[tool.pdm.dev-dependencies]
test = ["coverage==7.2.6", "pytest==7.3.1"]
test = ["coverage==7.2.6", "pytest==7.3.2"]
lint = ["black==23.3.0", "flake8==6.0.0"]
dev = ["psycopg2-binary>=2.9.6"]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ black==23.3.0
coverage==7.2.6
flake8==6.0.0
psycopg2-binary>=2.9.6
pytest==7.3.1
pytest==7.3.2
# Indirect, but required dependencies (often required for efficient deployments)
gevent==22.10.2
greenlet==2.0.2
Expand Down

0 comments on commit a7ca6a8

Please sign in to comment.