Skip to content

Commit 6822994

Browse files
Bump configparser from 7.0.0 to 7.1.0
Bumps [configparser](https://github.com/jaraco/configparser) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/jaraco/configparser/releases) - [Changelog](https://github.com/jaraco/configparser/blob/main/NEWS.rst) - [Commits](jaraco/configparser@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: configparser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87f96c9 commit 6822994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
configparser==7.0.0
1+
configparser==7.1.0
22
dnslib==0.9.25
33
requests==2.32.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'console_scripts': ['https_dns_proxy=https_dns_proxy:run'],
1818
},
1919
install_requires=[
20-
'configparser==7.0.0',
20+
'configparser==7.1.0',
2121
'requests==2.32.3',
2222
'dnslib==0.9.25'
2323
],

0 commit comments

Comments
 (0)