Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 12 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Mar 28, 2022
1 parent 01400ab commit 9cec0b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.debug.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Python packages
pip==22.0.4
setuptools==60.9.3
setuptools==60.10.0
wheel==0.37.1

# Python dependencies
Expand All @@ -22,7 +22,7 @@ beautifulsoup4[html5lib]==4.10.0
certifi==2021.10.8
cffi==1.15.0
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
cryptography==36.0.1
cryptography==36.0.2
file-magic==0.4.0
h11==0.13.0; python_version >= '3.6'
hiredis==2.0.0
Expand Down Expand Up @@ -50,6 +50,6 @@ stem==1.8.0
trio-websocket==0.9.2; python_version >= '3.5'
trio==0.20.0; python_version >= '3.6'
typing-extensions==4.1.1
urllib3[secure]==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
urllib3[secure]==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
webencodings==0.5.1
wsproto==1.1.0; python_full_version >= '3.6.1'
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python packages
pip==22.0.4
setuptools==60.9.3
setuptools==60.10.0
wheel==0.37.1

# Python dependencies
Expand All @@ -17,7 +17,7 @@ beautifulsoup4[html5lib]==4.10.0
certifi==2021.10.8
cffi==1.15.0
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
cryptography==36.0.1
cryptography==36.0.2
file-magic==0.4.0
h11==0.13.0; python_version >= '3.6'
hiredis==2.0.0
Expand Down Expand Up @@ -45,6 +45,6 @@ stem==1.8.0
trio-websocket==0.9.2; python_version >= '3.5'
trio==0.20.0; python_version >= '3.6'
typing-extensions==4.1.1
urllib3[secure]==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
urllib3[secure]==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
webencodings==0.5.1
wsproto==1.1.0; python_full_version >= '3.6.1'

0 comments on commit 9cec0b5

Please sign in to comment.