Skip to content

Commit

Permalink
Merge pull request #319 from emcek/dependabot/pip/requests-2.32.3
Browse files Browse the repository at this point in the history
Bump requests from 2.32.2 to 2.32.3
  • Loading branch information
emcek authored Jun 3, 2024
2 parents d92c239 + 40f0619 commit a8da0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
'pydantic==2.7.1',
'PySide6==6.7.1',
'PyYAML==6.0.1',
'requests==2.32.2',
'requests==2.32.3',
'typing_extensions==4.12.0; python_version < "3.12"',
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ psutil==5.9.8
pydantic==2.7.1
PySide6==6.7.1
PyYAML==6.0.1
requests==2.32.2
requests==2.32.3
typing_extensions==4.12.0; python_version < '3.12'

0 comments on commit a8da0b5

Please sign in to comment.