Skip to content

Commit 5e31654

Browse files
[Py] Update pytest requirements
1 parent bfd18cf commit 5e31654

2 files changed

Lines changed: 18 additions & 14 deletions

File tree

py/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ pycparser==2.21
2020
pyOpenSSL==22.0.0
2121
pyparsing==3.0.8
2222
PySocks==1.7.1
23-
pytest==6.2.5
23+
pytest==7.2.0
2424
pytest-instafail==0.4.2
25-
pytest-mock==3.7.0
26-
pytest-trio==0.7.0
25+
pytest-mock==3.10.0
26+
pytest-trio==0.8.0
2727
sniffio==1.2.0
2828
sortedcontainers==2.4.0
2929
toml==0.10.2

py/requirements_lock.txt

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
44
#
55
# bazel run //py:requirements.update
66
#
@@ -129,6 +129,10 @@ debugpy==1.6.0 \
129129
--hash=sha256:e3513399177dd37af4c1332df52da5da1d0c387e5927dc4c0709e26ee7302e8f \
130130
--hash=sha256:eb1946efac0c0c3d411cea0b5ac772fbde744109fd9520fb0c5a51979faf05ad
131131
# via -r py/requirements.txt
132+
exceptiongroup==1.1.1 \
133+
--hash=sha256:232c37c63e4f682982c8b6459f33a8981039e5fb8756b2074364e5055c498c9e \
134+
--hash=sha256:d484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f01785
135+
# via pytest
132136
h11==0.13.0 \
133137
--hash=sha256:70813c1135087a248a4d38cc0e1a0181ffab2188141a93eaf567940c3957ff06 \
134138
--hash=sha256:8ddd78563b633ca55346c8cd41ec0af27d3c79931828beffb46ce70a379e7442
@@ -242,9 +246,7 @@ pluggy==1.0.0 \
242246
py==1.11.0 \
243247
--hash=sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719 \
244248
--hash=sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378
245-
# via
246-
# -r py/requirements.txt
247-
# pytest
249+
# via -r py/requirements.txt
248250
pycparser==2.21 \
249251
--hash=sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9 \
250252
--hash=sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206
@@ -268,9 +270,9 @@ pysocks==1.7.1 \
268270
# via
269271
# -r py/requirements.txt
270272
# urllib3
271-
pytest==6.2.5 \
272-
--hash=sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89 \
273-
--hash=sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134
273+
pytest==7.2.0 \
274+
--hash=sha256:892f933d339f068883b6fd5a459f03d85bfcb355e4981e146d2c7616c21fef71 \
275+
--hash=sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59
274276
# via
275277
# -r py/requirements.txt
276278
# pytest-instafail
@@ -302,9 +304,11 @@ sortedcontainers==2.4.0 \
302304
toml==0.10.2 \
303305
--hash=sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b \
304306
--hash=sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
305-
# via
306-
# -r py/requirements.txt
307-
# pytest
307+
# via -r py/requirements.txt
308+
tomli==2.0.1 \
309+
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
310+
--hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f
311+
# via pytest
308312
trio==0.20.0 \
309313
--hash=sha256:670a52d3115d0e879e1ac838a4eb999af32f858163e3a704fe4839de2a676070 \
310314
--hash=sha256:fb2d48e4eab0dfb786a472cd514aaadc71e3445b203bc300bad93daa75d77c1a

0 commit comments

Comments
 (0)