Skip to content

Commit

Permalink
task/bump requirements dependencies (#165)
Browse files Browse the repository at this point in the history
* Update requirements.txt

* SWI-3715

* update test dependencies as well

* Test with requested dependencies

* Update requirements.txt

Co-authored-by: Julia Januchowski <55033207+juliajanu@users.noreply.github.com>

---------

Co-authored-by: Julia Januchowski <55033207+juliajanu@users.noreply.github.com>
  • Loading branch information
ajrice6713 and juliajanu authored Oct 23, 2023
1 parent aabf768 commit e8337d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests>=2.27.1
jsonpickle~=1.4, >= 1.4.1
cachecontrol~=0.12.6
jsonpickle>=1.4.1
cachecontrol>=0.12.6
python-dateutil~=2.8.1
enum34~=1.1, >=1.1.10
lxml>=4.6.5
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
attrs==21.2.0
CacheControl==0.12.6
cachecontrol>=0.13.1
certifi==2023.7.22
charset-normalizer==2.0.6
enum34==1.1.10
idna==3.2
iniconfig==1.1.1
jsonpickle==1.4
jsonpickle>=3.0
lxml==4.9.1
msgpack==1.0.2
packaging==21.0
Expand Down

0 comments on commit e8337d8

Please sign in to comment.