Skip to content

Commit

Permalink
Merge pull request reframe-hpc#3374 from reframe-hpc/dependabot/pip/f…
Browse files Browse the repository at this point in the history
…ilelock-3.17.0

Bump filelock from 3.16.1 to 3.17.0
  • Loading branch information
vkarak authored Feb 3, 2025
2 parents 33424e7 + d2fb336 commit c40ba7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ argcomplete==3.1.2; python_version < '3.8'
argcomplete==3.5.3; python_version >= '3.8'
filelock==3.4.1; python_version == '3.6'
filelock==3.12.2; python_version == '3.7'
filelock==3.16.1; python_version >= '3.8'
filelock==3.16.1; python_version == '3.8'
filelock==3.17.0; python_version > '3.8'
importlib_metadata==4.0.1; python_version < '3.8'
jsonschema==3.2.0
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ install_requires =
argcomplete
argcomplete <= 3.1.2; python_version < '3.8'
filelock
filelock<=3.16.1; python_version == '3.8'
filelock<=3.12.2; python_version == '3.7'
filelock<=3.4.1; python_version == '3.6'
jsonschema
Expand Down

0 comments on commit c40ba7e

Please sign in to comment.