Skip to content

Commit f1cead3

Browse files
authored
Bump version number to 1.3.3 (#68)
1 parent bd0081c commit f1cead3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To check whether the installation succeeded, run the following command and verif
3838

3939
```bash
4040
$ scfw --version
41-
1.3.2
41+
1.3.3
4242
```
4343

4444
### Post-installation steps

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ coverage==7.8.0 ; python_version >= "3.10" and python_version < "4" \
6262
--hash=sha256:f3c38e4e5ccbdc9198aecc766cedbb134b2d89bf64533973678dfcf07effd883 \
6363
--hash=sha256:f9983d01d7705b2d1f7a95e10bbe4091fabc03a46881a256c2787637b087003f \
6464
--hash=sha256:fa260de59dfb143af06dcf30c2be0b200bed2a73737a8a59248fcb9fa601ef0f
65-
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11" \
65+
exceptiongroup==1.2.2 ; python_version == "3.10" \
6666
--hash=sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b \
6767
--hash=sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc
6868
flake8==7.2.0 ; python_version >= "3.10" and python_version < "4" \
@@ -196,7 +196,7 @@ pygments==2.19.1 ; python_version >= "3.10" and python_version < "4" \
196196
pytest==8.3.5 ; python_version >= "3.10" and python_version < "4" \
197197
--hash=sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820 \
198198
--hash=sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845
199-
tomli==2.2.1 ; python_version >= "3.10" and python_version < "3.11" \
199+
tomli==2.2.1 ; python_version == "3.10" \
200200
--hash=sha256:023aa114dd824ade0100497eb2318602af309e5a55595f76b626d6d9f3b7b0a6 \
201201
--hash=sha256:02abe224de6ae62c19f090f68da4e27b10af2b93213d36cf44e6e1c5abd19fdd \
202202
--hash=sha256:286f0ca2ffeeb5b9bd4fcc8d6c330534323ec51b2f52da063b11c502da16f30c \
@@ -229,6 +229,6 @@ tomli==2.2.1 ; python_version >= "3.10" and python_version < "3.11" \
229229
--hash=sha256:e85e99945e688e32d5a35c1ff38ed0b3f41f43fad8df0bdf79f72b2ba7bc5272 \
230230
--hash=sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a \
231231
--hash=sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7
232-
typing-extensions==4.13.0 ; python_version >= "3.10" and python_version < "4" \
233-
--hash=sha256:0a4ac55a5820789d87e297727d229866c9650f6521b64206413c4fbada24d95b \
234-
--hash=sha256:c8dd92cc0d6425a97c18fbb9d1954e5ff92c1ca881a309c45f06ebc0b79058e5
232+
typing-extensions==4.13.1 ; python_version >= "3.10" and python_version < "4" \
233+
--hash=sha256:4b6cf02909eb5495cfbc3f6e8fd49217e6cc7944e145cdda8caa3734777f9e69 \
234+
--hash=sha256:98795af00fb9640edec5b8e31fc647597b4691f099ad75f469a2616be1a76dff

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ runs==1.2.2 ; python_version >= "3.10" and python_version < "4" \
133133
six==1.17.0 ; python_version >= "3.10" and python_version < "4" \
134134
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
135135
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
136-
typing-extensions==4.13.0 ; python_version >= "3.10" and python_version < "4" \
137-
--hash=sha256:0a4ac55a5820789d87e297727d229866c9650f6521b64206413c4fbada24d95b \
138-
--hash=sha256:c8dd92cc0d6425a97c18fbb9d1954e5ff92c1ca881a309c45f06ebc0b79058e5
136+
typing-extensions==4.13.1 ; python_version >= "3.10" and python_version < "4" \
137+
--hash=sha256:4b6cf02909eb5495cfbc3f6e8fd49217e6cc7944e145cdda8caa3734777f9e69 \
138+
--hash=sha256:98795af00fb9640edec5b8e31fc647597b4691f099ad75f469a2616be1a76dff
139139
urllib3==2.3.0 ; python_version >= "3.10" and python_version < "4" \
140140
--hash=sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df \
141141
--hash=sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d

scfw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
A supply-chain "firewall" for preventing the installation of vulnerable or malicious `pip` and `npm` packages.
33
"""
44

5-
__version__ = "1.3.2"
5+
__version__ = "1.3.3"

0 commit comments

Comments
 (0)