Skip to content

Commit 32b93c5

Browse files
chore: bump version to 1.1.9
1 parent be4f0be commit 32b93c5

4 files changed

Lines changed: 73 additions & 73 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pymqrest"
7-
version = "1.1.8"
7+
version = "1.1.9"
88
description = "Python wrapper for the IBM MQ REST API"
99
readme = "README.md"
1010
license = "GPL-3.0-or-later"

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ cyclonedx-python-lib==11.6.0
1717
# via pip-audit
1818
defusedxml==0.7.1
1919
# via py-serializable
20-
filelock==3.24.2
20+
filelock==3.24.3
2121
# via cachecontrol
2222
idna==3.11
2323
# via requests
2424
iniconfig==2.3.0
2525
# via pytest
26-
librt==0.8.0 ; platform_python_implementation != 'PyPy'
26+
librt==0.8.1 ; platform_python_implementation != 'PyPy'
2727
# via mypy
2828
license-expression==30.4.4
2929
# via cyclonedx-python-lib
@@ -77,7 +77,7 @@ requests==2.32.5
7777
# cachecontrol
7878
# pip-audit
7979
# pymqrest
80-
rich==14.3.2
80+
rich==14.3.3
8181
# via pip-audit
8282
ruff==0.15.1
8383
sortedcontainers==2.4.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ cyclonedx-python-lib==11.6.0
1717
# via pip-audit
1818
defusedxml==0.7.1
1919
# via py-serializable
20-
filelock==3.24.2
20+
filelock==3.24.3
2121
# via cachecontrol
2222
idna==3.11
2323
# via requests
2424
iniconfig==2.3.0
2525
# via pytest
26-
librt==0.8.0 ; platform_python_implementation != 'PyPy'
26+
librt==0.8.1 ; platform_python_implementation != 'PyPy'
2727
# via mypy
2828
license-expression==30.4.4
2929
# via cyclonedx-python-lib
@@ -77,7 +77,7 @@ requests==2.32.5
7777
# cachecontrol
7878
# pip-audit
7979
# pymqrest
80-
rich==14.3.2
80+
rich==14.3.3
8181
# via pip-audit
8282
ruff==0.15.1
8383
sortedcontainers==2.4.0

0 commit comments

Comments
 (0)