aboutsummaryrefslogtreecommitdiff
path: root/examples/pip_repository_annotations
diff options
context:
space:
mode:
authorGreg Roodt <groodt@gmail.com>2022-12-24 11:49:35 +1100
committerGitHub <noreply@github.com>2022-12-24 11:49:35 +1100
commitbcd71099d16bba08fd321158597424cde907b62c (patch)
treee19f5213583df8f7079ec10463de6fbae278f08e /examples/pip_repository_annotations
parent72ac64a9966d3e2017393b9280a4d4575c538235 (diff)
downloadbazelbuild-rules_python-bcd71099d16bba08fd321158597424cde907b62c.tar.gz
Updates lockfiles (#943)
Diffstat (limited to 'examples/pip_repository_annotations')
-rw-r--r--examples/pip_repository_annotations/pip_repository_annotations_test.py2
-rw-r--r--examples/pip_repository_annotations/requirements.txt18
2 files changed, 10 insertions, 10 deletions
diff --git a/examples/pip_repository_annotations/pip_repository_annotations_test.py b/examples/pip_repository_annotations/pip_repository_annotations_test.py
index d53b9bc..b49fd34 100644
--- a/examples/pip_repository_annotations/pip_repository_annotations_test.py
+++ b/examples/pip_repository_annotations/pip_repository_annotations_test.py
@@ -65,7 +65,7 @@ class PipRepositoryAnnotationsTest(unittest.TestCase):
self.assertEqual(stdout, "Hello world from copied executable")
def test_data_exclude_glob(self):
- current_wheel_version = "0.37.1"
+ current_wheel_version = "0.38.4"
r = runfiles.Create()
dist_info_dir = "pip_repository_annotations_example/external/{}/site-packages/wheel-{}.dist-info".format(
diff --git a/examples/pip_repository_annotations/requirements.txt b/examples/pip_repository_annotations/requirements.txt
index 44dcbdf..79ad25a 100644
--- a/examples/pip_repository_annotations/requirements.txt
+++ b/examples/pip_repository_annotations/requirements.txt
@@ -6,9 +6,9 @@
#
--extra-index-url https://pypi.python.org/simple/
-certifi==2022.9.24 \
- --hash=sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14 \
- --hash=sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382
+certifi==2022.12.7 \
+ --hash=sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3 \
+ --hash=sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18
# via requests
charset-normalizer==2.1.1 \
--hash=sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845 \
@@ -22,11 +22,11 @@ requests[security]==2.28.1 \
--hash=sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983 \
--hash=sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349
# via -r ./requirements.in
-urllib3==1.26.12 \
- --hash=sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e \
- --hash=sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997
+urllib3==1.26.13 \
+ --hash=sha256:47cc05d99aaa09c9e72ed5809b60e7ba354e64b59c9c173ac3018642d8bb41fc \
+ --hash=sha256:c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8
# via requests
-wheel==0.37.1 \
- --hash=sha256:4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a \
- --hash=sha256:e9a504e793efbca1b8e0e9cb979a249cf4a0a7b5b8c9e8b65a5e39d49529c1c4
+wheel==0.38.4 \
+ --hash=sha256:965f5259b566725405b05e7cf774052044b1ed30119b5d586b2703aafe8719ac \
+ --hash=sha256:b60533f3f5d530e971d6737ca6d58681ee434818fab630c83a734bb10c083ce8
# via -r ./requirements.in