Skip to content

Commit 64a5d48

Browse files
authored
Add tomli backport (#475)
### What kind of change does this PR introduce? * Adds a missing backport dependency for Python3.10 * Do not allow-unsafe CI pins ### Does this PR introduce a breaking change? No.
2 parents fe12b8f + e973542 commit 64a5d48

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CI/requirements_ci.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ exceptiongroup==1.2.2
44
flit==3.10.1
55
pip==25.0
66
pylint==3.3.4
7+
tomli==2.2.1
78
tox-gh==1.5.0
89
tox==4.24.1

CI/requirements_ci.txt

Lines changed: 6 additions & 8 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 --allow-unsafe --generate-hashes --output-file=CI/requirements_ci.txt CI/requirements_ci.in
5+
# pip-compile --generate-hashes --output-file=CI/requirements_ci.txt CI/requirements_ci.in
66
#
77
annotated-types==0.7.0 \
88
--hash=sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53 \
@@ -438,6 +438,7 @@ tomli==2.2.1 \
438438
--hash=sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a \
439439
--hash=sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7
440440
# via
441+
# -r CI/requirements_ci.in
441442
# deptry
442443
# pylint
443444
# pyproject-api
@@ -493,10 +494,7 @@ wcwidth==0.2.13 \
493494
--hash=sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5
494495
# via prompt-toolkit
495496

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
497+
# WARNING: The following packages were not pinned, but pip requires them to be
498+
# pinned when the requirements file includes hashes and the requirement is not
499+
# satisfied by a package already installed. Consider using the --allow-unsafe flag.
500+
# pip

0 commit comments

Comments
 (0)