Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Linekio committed Jan 5, 2025
1 parent 781dd16 commit 142a19c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion getmyancestors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from . import getmyancestors
from . import mergemyancestors

__version__ = "1.1.0"
__version__ = "1.1.1"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ classifiers = [
]
dependencies = [
"babelfish==0.6.1",
"diskcache==5.2.1",
"requests==2.25.1",
"fake-useragent==1.2.1",
"diskcache==5.6.3",
"requests==2.32.3",
"fake-useragent==2.0.3",
]
dynamic = ["version", "readme"]

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
babelfish==0.6.1
diskcache==5.2.1
requests==2.31.0
fake-useragent==1.2.1
diskcache==5.6.3
requests==2.32.3
fake-useragent==2.0.3

0 comments on commit 142a19c

Please sign in to comment.