Skip to content

Commit a4f3940

Browse files
fix(deps): update dependency atpublic to v5 (#9697)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Phillip Cloud <[email protected]>
1 parent 9cb01d6 commit a4f3940

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737

3838
[tool.poetry.dependencies]
3939
python = "^3.10"
40-
atpublic = ">=2.3,<5"
40+
atpublic = ">=2.3,<6"
4141
numpy = ">=1.23.2,<3"
4242
pandas = ">=1.5.3,<3"
4343
parsy = ">=2,<3"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ asn1crypto==1.5.1 ; python_version >= "3.10" and python_version < "4.0"
1313
asttokens==2.4.1 ; python_version >= "3.10" and python_version < "4.0"
1414
async-lru==2.0.4 ; python_version >= "3.10" and python_version < "3.13"
1515
async-timeout==4.0.3 ; python_version >= "3.10" and python_version < "3.11"
16-
atpublic==4.1.0 ; python_version >= "3.10" and python_version < "4.0"
16+
atpublic==5.0 ; python_version >= "3.10" and python_version < "4.0"
1717
attrs==23.2.0 ; python_version >= "3.10" and python_version < "4.0"
1818
babel==2.15.0 ; python_version >= "3.10" and python_version < "3.13"
1919
backports-strenum==1.3.1 ; python_version >= "3.10" and python_version < "3.11"

0 commit comments

Comments
 (0)