Skip to content

Commit

Permalink
chore(deps): update pytest (#1569)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent 6810f0f commit cd274ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions server/admin_management/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.2.0
pytest==7.4.4
testcontainers==4.7.2
testcontainers-core==0.0.1rc1

Expand All @@ -14,5 +14,5 @@ pytest-md==0.2.0
pytest-emoji==0.2.0

# we need this for pipeline to read env variable
pytest-env==0.8.1
pytest-env==0.8.2
pytest-dotenv==0.5.2
2 changes: 1 addition & 1 deletion server/auth_function/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.2.0
pytest==7.4.4
black==24.3.0
flake8==7.0.0
pytest-emoji==0.2.0
Expand Down
6 changes: 3 additions & 3 deletions server/backend/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8==7.0.0
pytest==7.2.0
pytest==7.4.4
pytest-mock==3.14.0
testcontainers==4.7.2
testcontainers-core==0.0.1rc1
Expand All @@ -21,8 +21,8 @@ mock-alchemy==0.2.6
# used to create test JWT
pycryptodome==3.20.0

pytest-env==0.8.1
pytest-env==0.8.2
pytest-dotenv==0.5.2

pytest-asyncio==0.23.6
pytest-asyncio==0.23.8
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit cd274ae

Please sign in to comment.