Skip to content

Commit fe12b8f

Browse files
authored
Add exceptiongroup backport (#474)
### What kind of change does this PR introduce? * Adds a CI dependency for Python3.10 builds ### Does this PR introduce a breaking change? No.
2 parents cd679fd + ac08f36 commit fe12b8f

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CI/requirements_ci.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
bump-my-version==0.32.1
22
deptry==0.23.0
3+
exceptiongroup==1.2.2
34
flit==3.10.1
45
pip==25.0
56
pylint==3.3.4

CI/requirements_ci.txt

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --generate-hashes --output-file=CI/requirements_ci.txt CI/requirements_ci.in
5+
# pip-compile --allow-unsafe --generate-hashes --output-file=CI/requirements_ci.txt CI/requirements_ci.in
66
#
77
annotated-types==0.7.0 \
88
--hash=sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53 \
@@ -175,7 +175,9 @@ docutils==0.20.1 \
175175
exceptiongroup==1.2.2 \
176176
--hash=sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b \
177177
--hash=sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc
178-
# via anyio
178+
# via
179+
# -r CI/requirements_ci.in
180+
# anyio
179181
filelock==3.16.1 \
180182
--hash=sha256:2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0 \
181183
--hash=sha256:c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435
@@ -491,7 +493,10 @@ wcwidth==0.2.13 \
491493
--hash=sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5
492494
# via prompt-toolkit
493495

494-
# WARNING: The following packages were not pinned, but pip requires them to be
495-
# pinned when the requirements file includes hashes and the requirement is not
496-
# satisfied by a package already installed. Consider using the --allow-unsafe flag.
497-
# pip
496+
# The following packages are considered to be unsafe in a requirements file:
497+
pip==25.0 \
498+
--hash=sha256:8e0a97f7b4c47ae4a494560da84775e9e2f671d415d8d828e052efefb206b30b \
499+
--hash=sha256:b6eb97a803356a52b2dd4bb73ba9e65b2ba16caa6bcb25a7497350a4e5859b65
500+
# via
501+
# -r CI/requirements_ci.in
502+
# flit

0 commit comments

Comments
 (0)