Skip to content

Commit cba7148

Browse files
DEP(deps): Update confuse requirement from ~=2.1.0 to ~=2.2.0
Updates the requirements on [confuse](https://github.com/beetbox/confuse) to permit the latest version. - [Release notes](https://github.com/beetbox/confuse/releases) - [Changelog](https://github.com/beetbox/confuse/blob/main/docs/changelog.rst) - [Commits](beetbox/confuse@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: confuse dependency-version: 2.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 882cf65 commit cba7148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requeriments.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ six>=1.16,<2
44
cachetools~=6.2.5
55
pycryptodome~=3.23
66
pytz~=2025.2
7-
confuse~=2.1.0
7+
confuse~=2.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cachetools>=5.0,<6.3",
1010
"pycryptodome>=3.13,<3.24",
1111
"pytz>=2021.3,<2026.0",
12-
"confuse>=1.7,<2.2",
12+
"confuse>=1.7,<2.3",
1313
],
1414
packages=[
1515
'ad_api',

0 commit comments

Comments
 (0)