Skip to content

Commit

Permalink
Upgrade testing dependencies: pytest, safety, sentry-sdk (internetarc…
Browse files Browse the repository at this point in the history
…hive#4417)

* Upgrade testing dependencies: pytest, safety, sentry-sdk

* safety==1.10.3; python_version >= '3.5'
  • Loading branch information
cclauss authored and Sabreen-Parveen committed Feb 5, 2021
1 parent ce36a00 commit 80927a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pymarc==3.2.0; python_version < '3.6'
pymarc==4.0.0; python_version >= '3.6'
python-memcached==1.59
PyYAML==5.3.1
sentry-sdk==0.19.1
sentry-sdk==0.19.5
simplejson==3.16.0
six==1.15.0
sixpack-client==1.2.0
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ mockcache==1.0.3; python_version < '3.0'
pymemcache==3.4.0; python_version >= '3.0'
ptvsd==4.3.2
pytest==4.6.9; python_version < '3.0'
pytest==6.2.0; python_version >= '3.0'
safety==1.9.0; python_version >= '3.5'
pytest==6.2.1; python_version >= '3.0'
safety==1.10.3; python_version >= '3.5'

0 comments on commit 80927a7

Please sign in to comment.