Skip to content

Commit af37e59

Browse files
dependabot[bot]mr-jeeves[bot]
authored andcommitted
Bump the minor group in /sample-py-app with 23 updates
Bumps the minor group in /sample-py-app with 23 updates: | Package | From | To | | --- | --- | --- | | [anyio](https://github.com/agronholm/anyio) | `4.12.1` | `4.13.0` | | [beaker](https://github.com/bbangert/beaker) | `1.12.1` | `1.13.0` | | [blivet](https://github.com/storaged-project/blivet) | `3.12.1` | `3.13.2` | | [boto3](https://github.com/boto/boto3) | `1.42.84` | `1.43.2` | | [botocore](https://github.com/boto/botocore) | `1.42.84` | `1.43.2` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.3.3` | | [humanize](https://github.com/python-humanize/humanize) | `4.13.0` | `4.15.0` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.13` | | [jmespath](https://github.com/jmespath/jmespath.py) | `1.0.1` | `1.1.0` | | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.23.0` | `4.26.0` | | [lxml](https://github.com/lxml/lxml) | `6.0.1` | `6.1.0` | | [mako](https://github.com/sqlalchemy/mako) | `1.2.3` | `1.3.12` | | [psutil](https://github.com/giampaolo/psutil) | `7.0.0` | `7.2.2` | | [pycairo](https://github.com/pygobject/pycairo) | `1.28.0` | `1.29.0` | | [pyenchant](https://github.com/pyenchant/pyenchant) | `3.2.2` | `3.3.0` | | [pygobject](https://pygobject.gnome.org) | `3.54.5` | `3.56.2` | | [pyopenssl](https://github.com/pyca/pyopenssl) | `26.0.0` | `26.1.0` | | [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) | `3.12.2` | `3.14.5` | | [referencing](https://github.com/python-jsonschema/referencing) | `0.36.2` | `0.37.0` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2026.2.28` | `2026.4.4` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.1` | | [rpds-py](https://github.com/crate-py/rpds) | `0.27.0` | `0.30.0` | | [s3transfer](https://github.com/boto/s3transfer) | `0.16.0` | `0.17.0` | Updates `anyio` from 4.12.1 to 4.13.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](agronholm/anyio@4.12.1...4.13.0) Updates `beaker` from 1.12.1 to 1.13.0 - [Release notes](https://github.com/bbangert/beaker/releases) - [Changelog](https://github.com/bbangert/beaker/blob/master/CHANGELOG) - [Commits](bbangert/beaker@1.12.1...1.13.0) Updates `blivet` from 3.12.1 to 3.13.2 - [Release notes](https://github.com/storaged-project/blivet/releases) - [Changelog](https://github.com/storaged-project/blivet/blob/main/release_notes.rst) - [Commits](storaged-project/blivet@blivet-3.12.1...blivet-3.13.2) Updates `boto3` from 1.42.84 to 1.43.2 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.84...1.43.2) Updates `botocore` from 1.42.84 to 1.43.2 - [Commits](boto/botocore@1.42.84...1.43.2) Updates `click` from 8.1.7 to 8.3.3 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.7...8.3.3) Updates `humanize` from 4.13.0 to 4.15.0 - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](python-humanize/humanize@4.13.0...4.15.0) Updates `idna` from 3.10 to 3.13 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.10...v3.13) Updates `jmespath` from 1.0.1 to 1.1.0 - [Changelog](https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst) - [Commits](jmespath/jmespath.py@1.0.1...1.1.0) Updates `jsonschema` from 4.23.0 to 4.26.0 - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.23.0...v4.26.0) Updates `lxml` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-6.0.1...lxml-6.1.0) Updates `mako` from 1.2.3 to 1.3.12 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `psutil` from 7.0.0 to 7.2.2 - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](giampaolo/psutil@v7.0.0...v7.2.2) Updates `pycairo` from 1.28.0 to 1.29.0 - [Release notes](https://github.com/pygobject/pycairo/releases) - [Changelog](https://github.com/pygobject/pycairo/blob/main/NEWS) - [Commits](pygobject/pycairo@v1.28.0...v1.29.0) Updates `pyenchant` from 3.2.2 to 3.3.0 - [Release notes](https://github.com/pyenchant/pyenchant/releases) - [Commits](pyenchant/pyenchant@v3.2.2...v3.3.0) Updates `pygobject` from 3.54.5 to 3.56.2 Updates `pyopenssl` from 26.0.0 to 26.1.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](pyca/pyopenssl@26.0.0...26.1.0) Updates `rapidfuzz` from 3.12.2 to 3.14.5 - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](rapidfuzz/RapidFuzz@v3.12.2...v3.14.5) Updates `referencing` from 0.36.2 to 0.37.0 - [Release notes](https://github.com/python-jsonschema/referencing/releases) - [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst) - [Commits](python-jsonschema/referencing@v0.36.2...v0.37.0) Updates `regex` from 2026.2.28 to 2026.4.4 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2026.2.28...2026.4.4) Updates `requests` from 2.32.5 to 2.33.1 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.33.1) Updates `rpds-py` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.27.0...v0.30.0) Updates `s3transfer` from 0.16.0 to 0.17.0 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](boto/s3transfer@0.16.0...0.17.0) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: beaker dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: blivet dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: boto3 dependency-version: 1.43.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: botocore dependency-version: 1.43.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: click dependency-version: 8.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: humanize dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: idna dependency-version: '3.13' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: jmespath dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mako dependency-version: 1.3.12 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pycairo dependency-version: 1.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pyenchant dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pygobject dependency-version: 3.56.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pyopenssl dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: rapidfuzz dependency-version: 3.14.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: referencing dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: regex dependency-version: 2026.4.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: rpds-py dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: s3transfer dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2668c3 commit af37e59

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

sample-py-app/requirements.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
anyio==4.12.1
1+
anyio==4.13.0
22
argcomplete==3.6.3
33
attrs==25.4.0
4-
Beaker==1.12.1
4+
Beaker==1.13.0
55
beautifulsoup4==4.14.3
6-
blivet==3.12.1
6+
blivet==3.13.2
77
blivet-gui==2.6.0
8-
boto3==1.42.84
9-
botocore==1.42.84
8+
boto3==1.43.2
9+
botocore==1.43.2
1010
Brlapi==0.8.7
1111
certifi==2025.7.9
1212
cffi==2.0.0
1313
charset-normalizer==3.4.3
14-
click==8.1.7
14+
click==8.3.3
1515
cockpit @ file:///builddir/build/BUILD/cockpit-360.1-build/cockpit-360.1/tmp/wheel/cockpit-360.1-py3-none-any.whl#sha256=7ce868b58854dd32e336f23a9779654e5b0bfa20956c83c8331f25e6d706112c
1616
crypt_r==3.13.1
1717
cryptography==46.0.7
@@ -27,19 +27,19 @@ h11==0.16.0
2727
html2text==2025.4.15
2828
httpcore==1.0.9
2929
httpx==0.28.1
30-
humanize==4.13.0
31-
idna==3.10
30+
humanize==4.15.0
31+
idna==3.13
3232
iso639==0.1.4
33-
jmespath==1.0.1
34-
jsonschema==4.23.0
33+
jmespath==1.1.0
34+
jsonschema==4.26.0
3535
jsonschema-specifications==2024.10.1
3636
langtable==0.0.69
3737
libcomps==0.1.23
3838
libdnf==0.75.0
3939
libdnf5==5.2.18.0
4040
louis==3.33.0
41-
lxml==6.0.1
42-
Mako==1.2.3
41+
lxml==6.1.0
42+
Mako==1.3.12
4343
MarkupSafe==3.0.2
4444
nftables==0.1
4545
olefile==0.47
@@ -51,19 +51,19 @@ pid==3.0.4
5151
pillow==11.3.0
5252
ply==3.11
5353
productmd==1.50
54-
psutil==7.0.0
54+
psutil==7.2.2
5555
ptyprocess==0.7.0
5656
pwquality==1.4.5
5757
PyAudio==0.2.13
58-
pycairo==1.28.0
58+
pycairo==1.29.0
5959
pycparser==2.22
6060
pycrypto==2.6.1
6161
pycups==2.0.4
62-
pyenchant==3.2.2
63-
PyGObject==3.54.5
62+
pyenchant==3.3.0
63+
PyGObject==3.56.2
6464
pyinotify==0.9.6
6565
pykickstart @ file:///builddir/build/BUILD/pykickstart-3.66-build/pykickstart-3.66
66-
pyOpenSSL==26.0.0
66+
pyOpenSSL==26.1.0
6767
pyparted==3.13.0
6868
PySocks==1.7.1
6969
python-augeas==1.2.0
@@ -74,15 +74,15 @@ python-pam==2.0.2
7474
pyudev==0.24.3
7575
pyxdg==0.28
7676
PyYAML==6.0.2
77-
RapidFuzz==3.12.2
78-
referencing==0.36.2
79-
regex==2026.2.28
80-
requests==2.32.5
77+
RapidFuzz==3.14.5
78+
referencing==0.37.0
79+
regex==2026.4.4
80+
requests==2.33.1
8181
requests-file==2.0.0
8282
requests-ftp==0.3.1
83-
rpds-py==0.27.0
83+
rpds-py==0.30.0
8484
rpm==6.0.1
85-
s3transfer==0.16.0
85+
s3transfer==0.17.0
8686
selinux @ file:///builddir/build/BUILD/libselinux-3.9-build/libselinux-3.9/src
8787
sepolicy @ file:///builddir/build/BUILD/policycoreutils-3.9-build/selinux-3.9/python/sepolicy
8888
setools==4.6.0

0 commit comments

Comments
 (0)