Skip to content

Commit

Permalink
Merge pull request #7296 from pmisik/update_treq_constatntly
Browse files Browse the repository at this point in the history
Update treq and constatntly
  • Loading branch information
p12tic committed Dec 20, 2023
2 parents e040d62 + ea833d7 commit fdcd67e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ charset-normalizer==3.3.2
click-default-group==1.2.4
click==8.1.7
configparser==6.0.0
constantly==15.1.0
constantly==23.10.4
cookies==2.2.1
coverage==7.3.3
croniter==2.0.1
Expand Down Expand Up @@ -115,7 +115,8 @@ toml==0.10.2
tomli==2.0.1
tomlkit==0.12.3
towncrier==21.9.0
treq==22.2.0
treq==23.11.0; python_version >= "3.9"
treq==22.2.0; python_version < "3.9" # pyup: ignore
Twisted==23.10.0
txaio==23.1.1
txrequests==0.9.6
Expand Down
3 changes: 2 additions & 1 deletion requirements-ciworker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ autobahn==20.12.3; python_version < "3.7" and python_version >= "3.6" # pyup:
Automat==20.2.0; python_version < "3.6" # pyup: ignore
Automat==22.10.0; python_version >= "3.6"
cffi==1.16.0; python_version >= "3.6"
constantly==15.1.0
constantly==23.10.4; python_version >= "3.8"
constantly==15.1.0; python_version < "3.8" # pyup: ignore
cryptography==41.0.7; python_version >= "3.6"
funcsigs==1.0.2
future==0.18.3
Expand Down

0 comments on commit fdcd67e

Please sign in to comment.