Skip to content

Commit

Permalink
Merge pull request #2390 from IntersectMBO/update_idna
Browse files Browse the repository at this point in the history
Update idna dependency
  • Loading branch information
mkoura committed Apr 16, 2024
2 parents bad0cba + 92b29d3 commit c366ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix_smoke.yaml
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ "master" ]
paths:
- 'flake.lock'
- 'poetry.lock'
- 'requirements_freeze.txt'
- '**.nix'
- '.github/workflows/nix_smoke.yaml'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion requirements_freeze.txt
Expand Up @@ -16,7 +16,7 @@ exceptiongroup==1.1.3 ; python_version >= "3.9" and python_version < "3.11"
execnet==2.0.2 ; python_version >= "3.9" and python_version < "4.0"
filelock==3.12.2 ; python_version >= "3.9" and python_version < "4.0"
hypothesis==6.82.6 ; python_version >= "3.9" and python_version < "4.0"
idna==3.4 ; python_version >= "3.9" and python_version < "4.0"
idna==3.7 ; python_version >= "3.9" and python_version < "4.0"
iniconfig==2.0.0 ; python_version >= "3.9" and python_version < "4.0"
packaging==23.1 ; python_version >= "3.9" and python_version < "4.0"
pluggy==1.2.0 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit c366ba1

Please sign in to comment.