Skip to content

Commit

Permalink
Fix propcache version to be 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 7, 2024
1 parent 4ef6cc6 commit bd1720d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ multidict==6.1.0
# yarl
packaging==24.1
# via gunicorn
propcache==1.0.0
propcache==0.2.0
# via -r requirements/runtime-deps.in
pycares==4.4.0
# via aiodns
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pluggy==1.5.0
# via pytest
pre-commit==3.5.0
# via -r requirements/lint.in
propcache==1.0.0
propcache==0.2.0
# via -r requirements/runtime-deps.in
proxy-py==2.4.8
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pluggy==1.5.0
# via pytest
pre-commit==3.5.0
# via -r requirements/lint.in
propcache==1.0.0
propcache==0.2.0
# via -r requirements/runtime-deps.in
proxy-py==2.4.8
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Brotli; platform_python_implementation == 'CPython'
brotlicffi; platform_python_implementation != 'CPython'
frozenlist >= 1.1.1
multidict >=4.5, < 7.0
propcache >= 1.0.0
propcache >= 0.2.0
yarl >= 1.13.0, < 2.0
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ multidict==6.1.0
# via
# -r requirements/runtime-deps.in
# yarl
propcache==1.0.0
propcache==0.2.0
# via -r requirements/runtime-deps.in
pycares==4.4.0
# via aiodns
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ install_requires =
async-timeout >= 4.0, < 5.0 ; python_version < "3.11"
frozenlist >= 1.1.1
multidict >=4.5, < 7.0
propcache >= 1.0.0
propcache >= 0.2.0
yarl >= 1.13.0, < 2.0

[options.exclude_package_data]
Expand Down

0 comments on commit bd1720d

Please sign in to comment.