Skip to content

Commit

Permalink
Scheduled weekly dependency update for week 10 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot authored Mar 14, 2022
1 parent 4062f07 commit 3c9d143
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 @@ -4,7 +4,7 @@
# To regenerate from the project's Pipfile, run:

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

Expand Down Expand Up @@ -41,7 +41,7 @@ python-datauri==1.1.0
redis[hiredis]==4.1.4
requests-futures==1.0.0
requests[socks]==2.27.1
selenium==4.1.0
selenium==4.1.2
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.2.0; python_version >= '3.5'
sortedcontainers==2.4.0
Expand All @@ -52,4 +52,4 @@ 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'
webencodings==0.5.1
wsproto==1.0.0; python_full_version >= '3.6.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,5 +1,5 @@
# Python packages
pip==22.0.3
pip==22.0.4
setuptools==60.9.3
wheel==0.37.1

Expand Down Expand Up @@ -36,7 +36,7 @@ python-datauri==1.1.0
redis[hiredis]==4.1.4
requests-futures==1.0.0
requests[socks]==2.27.1
selenium==4.1.0
selenium==4.1.2
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.2.0; python_version >= '3.5'
sortedcontainers==2.4.0
Expand All @@ -47,4 +47,4 @@ 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'
webencodings==0.5.1
wsproto==1.0.0; python_full_version >= '3.6.1'
wsproto==1.1.0; python_full_version >= '3.6.1'

0 comments on commit 3c9d143

Please sign in to comment.