Skip to content

Commit e8337d8

Browse files
task/bump requirements dependencies (#165)
* 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>
1 parent aabf768 commit e8337d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests>=2.27.1
2-
jsonpickle~=1.4, >= 1.4.1
3-
cachecontrol~=0.12.6
2+
jsonpickle>=1.4.1
3+
cachecontrol>=0.12.6
44
python-dateutil~=2.8.1
55
enum34~=1.1, >=1.1.10
66
lxml>=4.6.5

requirements_dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
attrs==21.2.0
2-
CacheControl==0.12.6
2+
cachecontrol>=0.13.1
33
certifi==2023.7.22
44
charset-normalizer==2.0.6
55
enum34==1.1.10
66
idna==3.2
77
iniconfig==1.1.1
8-
jsonpickle==1.4
8+
jsonpickle>=3.0
99
lxml==4.9.1
1010
msgpack==1.0.2
1111
packaging==21.0

0 commit comments

Comments
 (0)