Skip to content

Commit

Permalink
Merge pull request #3 from DeflateAwning/main
Browse files Browse the repository at this point in the history
Bump cachetools requirements
  • Loading branch information
DanielJerrehian authored Oct 17, 2023
2 parents c91baf1 + c967122 commit acac721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "google_analytics_data_json"
version = "0.0.2.1"
version = "0.0.2.2"
authors = [
{ name="Daniel Jerrehian", email="[email protected]" },
]
Expand All @@ -17,7 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
'cachetools~=5.2.0',
'cachetools>=5.2.0,<5.4',
'certifi==2022.6.15',
'charset-normalizer~=2.1.0',
'google-analytics-data==0.12.1',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cachetools~=5.2.0
cachetools~=5.3.1
certifi==2022.6.15
charset-normalizer~=2.1.0
google-analytics-data==0.12.1
Expand Down

0 comments on commit acac721

Please sign in to comment.