Skip to content

Commit 1af9cc2

Browse files
Bump the pip group in /requirements with 6 updates
Bumps the pip group in /requirements with 6 updates: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `42.0.4` | `44.0.1` | | [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.5` | | [pillow](https://github.com/python-pillow/Pillow) | `10.2.0` | `10.3.0` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.0` | `2.2.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.25.0` | `20.26.6` | Updates `cryptography` from 42.0.4 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.4...44.0.1) Updates `jinja2` from 3.1.3 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.5) Updates `pillow` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.2.0...10.3.0) Updates `requests` from 2.31.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.32.2) Updates `urllib3` from 2.2.0 to 2.2.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.0...2.2.2) Updates `virtualenv` from 20.25.0 to 20.26.6 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.25.0...20.26.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect dependency-group: pip - dependency-name: jinja2 dependency-type: indirect dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-type: indirect dependency-group: pip - dependency-name: virtualenv dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebb4efc commit 1af9cc2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements/requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ click==8.1.7
4040
# via pip-tools
4141
contourpy==1.2.0
4242
# via matplotlib
43-
cryptography==42.0.4
43+
cryptography==44.0.1
4444
# via pdfminer-six
4545
cycler==0.12.1
4646
# via matplotlib
@@ -62,7 +62,7 @@ idna==3.7
6262
# via requests
6363
imagesize==1.4.1
6464
# via sphinx
65-
jinja2==3.1.3
65+
jinja2==3.1.5
6666
# via sphinx
6767
kiwisolver==1.4.5
6868
# via matplotlib
@@ -97,7 +97,7 @@ pdfminer-six==20201018
9797
# via pdfx
9898
pdfx==1.4.1
9999
# via -r requirements.in
100-
pillow==10.2.0
100+
pillow==10.3.0
101101
# via
102102
# -r requirements.in
103103
# matplotlib
@@ -136,7 +136,7 @@ python-dateutil==2.8.2
136136
# via matplotlib
137137
pyyaml==6.0.1
138138
# via pre-commit
139-
requests==2.31.0
139+
requests==2.32.2
140140
# via sphinx
141141
scipy==1.12.0
142142
# via -r requirements.in
@@ -177,9 +177,9 @@ tomli==2.0.1
177177
# pyproject-hooks
178178
typing-extensions==4.9.0
179179
# via pydata-sphinx-theme
180-
urllib3==2.2.0
180+
urllib3==2.2.2
181181
# via requests
182-
virtualenv==20.25.0
182+
virtualenv==20.26.6
183183
# via pre-commit
184184
wheel==0.42.0
185185
# via pip-tools

0 commit comments

Comments
 (0)