Skip to content

Commit 33a7604

Browse files
build(deps): bump astroid from 4.0.3 to 4.1.0
Bumps [astroid](https://github.com/pylint-dev/astroid) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](pylint-dev/astroid@v4.0.3...v4.1.0) --- updated-dependencies: - dependency-name: astroid dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7b19e2 commit 33a7604

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rtd_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ sphinx-autoapi < 3.7.0
2121
sshtunnel < 0.5.0
2222
urllib3 < 2.7.0
2323
workalendar < 17.1.0
24-
astroid == 4.0.3
24+
astroid == 4.1.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def read(fname):
6262
"sshtunnel < 0.5.0",
6363
"urllib3 < 2.7.0",
6464
"workalendar < 17.1.0",
65-
"astroid == 4.0.3",
65+
"astroid == 4.1.0",
6666
]
6767

6868
dev_requirements = [
@@ -78,7 +78,7 @@ def read(fname):
7878
"sphinx_rtd_theme >= 0.5.2, < 3.2.0",
7979
"sphinx-autodoc-typehints < 3.7.0",
8080
"sphinx-autoapi < 3.7.0",
81-
"astroid == 4.0.3",
81+
"astroid == 4.1.0",
8282
]
8383

8484
extras = {"dev": dev_requirements}

0 commit comments

Comments
 (0)