Skip to content

Commit

Permalink
reqs update
Browse files Browse the repository at this point in the history
  • Loading branch information
P-T-I committed Jan 23, 2024
1 parent 56bc5c6 commit d8c2601
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
requests==2.31.0
urllib3~=2.0.6
urllib3>=2.0.6
tqdm==4.66.1
python-dateutil==2.8.2
click==8.1.7
click-completion==0.5.2
ijson~=3.2.3
ijson>=3.2.3
ansicolors==1.1.8
pygelf~=0.4.2
pandas~=2.1.2
pygelf>=0.4.2
pandas>=2.1.2
dicttoxml==1.7.16
python-dotenv~=1.0.0
aiohttp~=3.8.6
aioretry~=5.0.2
aiohttp>=3.8.6
aioretry>=5.0.2

-r modules/mongodb.txt
2 changes: 1 addition & 1 deletion requirements/modules/mongodb.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pymongo~=4.5.0
pymongo>=4.5.0

0 comments on commit d8c2601

Please sign in to comment.