Skip to content

Commit ec3b219

Browse files
Bump the pip group across 1 directory with 4 updates
Bumps the pip group with 4 updates in the / directory: [cryptography](https://github.com/pyca/cryptography), [jinja2](https://github.com/pallets/jinja), [setuptools](https://github.com/pypa/setuptools) and [virtualenv](https://github.com/pypa/virtualenv). Updates `cryptography` from 43.0.0 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@43.0.0...44.0.1) Updates `jinja2` from 3.1.4 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.6) Updates `setuptools` from 72.1.0 to 78.1.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v72.1.0...v78.1.1) Updates `virtualenv` from 20.26.3 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.26.3...20.26.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: virtualenv dependency-version: 20.26.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8fe41f7 commit ec3b219

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ciscoconfparse==1.9.41 ; python_version >= "3.10" and python_version < "4.0"
1616
click==8.1.7 ; python_version >= "3.10" and python_version < "4.0"
1717
clint==0.5.1 ; python_version >= "3.10" and python_version < "4.0"
1818
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (platform_system == "Windows" or sys_platform == "win32")
19-
cryptography==43.0.0 ; python_version >= "3.10" and python_version < "4.0"
19+
cryptography==44.0.1 ; python_version >= "3.10" and python_version < "4.0"
2020
deprecated==1.2.14 ; python_version >= "3.10" and python_version < "4.0"
2121
distlib==0.3.8 ; python_version >= "3.10" and python_version < "4.0"
2222
dnspython==2.6.1 ; python_version >= "3.10" and python_version < "4.0"
@@ -26,7 +26,7 @@ flake8==5.0.4 ; python_version >= "3.10" and python_version < "4.0"
2626
hier-config==2.2.3 ; python_version >= "3.10" and python_version < "4.0"
2727
identify==2.6.0 ; python_version >= "3.10" and python_version < "4.0"
2828
idna==3.7 ; python_version >= "3.10" and python_version < "4.0"
29-
jinja2==3.1.4 ; python_version >= "3.10" and python_version < "4.0"
29+
jinja2==3.1.6 ; python_version >= "3.10" and python_version < "4.0"
3030
jsonschema==4.17.3 ; python_version >= "3.10" and python_version < "4.0" and platform_system != "Windows"
3131
loguru==0.7.2 ; python_version >= "3.10" and python_version < "4.0"
3232
markdown-it-py==3.0.0 ; python_version >= "3.10" and python_version < "4.0" and platform_system != "Windows"
@@ -55,15 +55,15 @@ resolvelib==1.0.1 ; python_version >= "3.10" and python_version < "4.0"
5555
rich==13.7.1 ; python_version >= "3.10" and python_version < "4.0" and platform_system != "Windows"
5656
ruamel-yaml-clib==0.2.8 ; platform_python_implementation == "CPython" and python_version < "3.13" and python_version >= "3.10" and platform_system != "Windows"
5757
ruamel-yaml==0.18.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system != "Windows"
58-
setuptools==72.1.0 ; python_version >= "3.10" and python_version < "4.0"
58+
setuptools==78.1.1 ; python_version >= "3.10" and python_version < "4.0"
5959
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0"
6060
subprocess-tee==0.4.2 ; python_version >= "3.10" and python_version < "4.0" and platform_system != "Windows"
6161
tenacity==8.3.0 ; python_version >= "3.10" and python_version < "4.0"
6262
toml==0.10.2 ; python_version >= "3.10" and python_version < "4.0"
6363
tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11"
6464
typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0"
6565
urllib3==2.2.2 ; python_version >= "3.10" and python_version < "4.0"
66-
virtualenv==20.26.3 ; python_version >= "3.10" and python_version < "4.0"
66+
virtualenv==20.26.6 ; python_version >= "3.10" and python_version < "4.0"
6767
wcmatch==9.0 ; python_version >= "3.10" and python_version < "4.0" and platform_system != "Windows"
6868
win32-setctime==1.1.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"
6969
wrapt==1.16.0 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)