Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/yarl-1.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino authored Jan 2, 2025
2 parents c7400e1 + 39e5440 commit 425ed99
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requests-toolbelt = "==1.0.0"
fastjsonschema = "==2.20.0"

[dev-packages]
pylint = "==3.3.1"
pylint = "==3.3.3"
black = "==24.10.0"
pytest = "==8.3.3"

Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-i https://pypi.org/simple/
anyio==4.6.2.post1; python_version >= '3.8'
anyio==4.7.0; python_version >= '3.8'
backoff==2.2.1; python_version >= '3.7' and python_version < '4.0'
certifi==2024.8.30; python_version >= '3.6'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
certifi==2024.12.14; python_version >= '3.6'
charset-normalizer==3.4.1; python_full_version >= '3.7.0'
gql==3.5.0
graphql-core==3.2.3; python_version >= '3.6' and python_version < '4'
idna==3.10; python_version >= '3.5'
multidict==6.1.0; python_version >= '3.7'
requests==2.32.3; python_version >= '3.7'
requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.3.1; python_version >= '3.7'
urllib3==2.2.3; python_version >= '3.7'
urllib3==2.3.0; python_version >= '3.7'
yarl==1.18.3; python_version >= '3.7'

0 comments on commit 425ed99

Please sign in to comment.