Skip to content

Commit

Permalink
fix(deps): update dependency atpublic to v5 (#9697)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Phillip Cloud <[email protected]>
  • Loading branch information
renovate[bot] and cpcloud authored Jul 26, 2024
1 parent 9cb01d6 commit a4f3940
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.10"
atpublic = ">=2.3,<5"
atpublic = ">=2.3,<6"
numpy = ">=1.23.2,<3"
pandas = ">=1.5.3,<3"
parsy = ">=2,<3"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asn1crypto==1.5.1 ; python_version >= "3.10" and python_version < "4.0"
asttokens==2.4.1 ; python_version >= "3.10" and python_version < "4.0"
async-lru==2.0.4 ; python_version >= "3.10" and python_version < "3.13"
async-timeout==4.0.3 ; python_version >= "3.10" and python_version < "3.11"
atpublic==4.1.0 ; python_version >= "3.10" and python_version < "4.0"
atpublic==5.0 ; python_version >= "3.10" and python_version < "4.0"
attrs==23.2.0 ; python_version >= "3.10" and python_version < "4.0"
babel==2.15.0 ; python_version >= "3.10" and python_version < "3.13"
backports-strenum==1.3.1 ; python_version >= "3.10" and python_version < "3.11"
Expand Down

0 comments on commit a4f3940

Please sign in to comment.