Skip to content

Commit

Permalink
Upgrade pytest to 7.2.0
Browse files Browse the repository at this point in the history
This resolves a security issue related to py
  • Loading branch information
yashvardhannanavati committed Dec 5, 2022
1 parent 65d07d3 commit e74fe17
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,10 @@ decorator==4.4.2 \
dogpile-cache==1.0.2 \
--hash=sha256:64fda39d25b46486a4876417ca03a4af06f35bfadba9f59613f9b3d748aa21ef
# via -r requirements.txt
exceptiongroup==1.0.4 \
--hash=sha256:542adf9dea4055530d6e1279602fa5cb11dab2395fa650b8674eaec35fc4a828 \
--hash=sha256:bd14967b79cd9bdb54d97323216f8fdf533e278df937aa2a90089e7d6e06e5ec
# via pytest
flask==2.0.2 \
--hash=sha256:7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2 \
--hash=sha256:cb90f62f1d8e4dc4621f52106613488b5ba826b2e1e10a33eac92f723093ab6a
Expand Down Expand Up @@ -470,10 +474,6 @@ psycopg2-binary==2.9.3 \
--hash=sha256:e847774f8ffd5b398a75bc1c18fbb56564cda3d629fe68fd81971fece2d3c67e \
--hash=sha256:ffb7a888a047696e7f8240d649b43fb3644f14f0ee229077e7f6b9f9081635bd
# via -r requirements.txt
py==1.11.0 \
--hash=sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719 \
--hash=sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378
# via pytest
pycparser==2.19 \
--hash=sha256:a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3
# via
Expand Down Expand Up @@ -501,9 +501,9 @@ pyspnego[kerberos]==0.5.3 \
# via
# -r requirements.txt
# requests-kerberos
pytest==7.1.2 \
--hash=sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c \
--hash=sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45
pytest==7.2.0 \
--hash=sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71 \
--hash=sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59
# via
# -r requirements-test.in
# pytest-cov
Expand Down

0 comments on commit e74fe17

Please sign in to comment.