Skip to content

Commit

Permalink
ref: upgrade pyuwsgi (#76600)
Browse files Browse the repository at this point in the history
this version fixes python 3.12 reloads!

<!-- Describe your PR here. -->
  • Loading branch information
asottile-sentry committed Aug 27, 2024
1 parent 584b3ef commit 5171a07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ua-parser>=0.10.0
unidiff>=0.7.4
urllib3[brotli]>=2.2.2
brotli>=1.0.9
pyuwsgi==2.0.26
pyuwsgi==2.0.27a1
zstandard>=0.18.0
sentry-usage-accountant==0.0.10
orjson>=3.10.3
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ python-u2flib-server==5.0.0
python-utils==3.3.3
python3-saml==1.15.0
pyupgrade==3.17.0
pyuwsgi==2.0.26
pyuwsgi==2.0.27a1
pyvat==1.3.15
pyyaml==6.0.1
rb==1.10.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ python-rapidjson==1.8
python-u2flib-server==5.0.0
python-utils==3.3.3
python3-saml==1.15.0
pyuwsgi==2.0.26
pyuwsgi==2.0.27a1
pyvat==1.3.15
pyyaml==6.0.1
rb==1.10.0
Expand Down

0 comments on commit 5171a07

Please sign in to comment.