Skip to content

Commit

Permalink
flake.lock, poetry.lock: update
Browse files Browse the repository at this point in the history
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/85f1ba3e51676fa8cc604a3d863d729026a6b8eb' (2023-11-04)
  → 'github:nixos/nixpkgs/a9bf124c46ef298113270b1f84a164865987a91c' (2023-12-11)

added alabaster 0.7.13
updated babel 2.13.1 -> 2.14.0
updated certifi 2023.7.22 -> 2023.11.17
updated docutils 0.18.1 -> 0.20.1
updated exceptiongroup 1.1.3 -> 1.2.0
updated idna 3.4 -> 3.6
updated importlib-metadata 6.8.0 -> 7.0.0
updated pathspec 0.11.2 -> 0.12.1
updated platformdirs 4.0.0 -> 4.1.0
updated pygments 2.16.1 -> 2.17.2
removed setuptools 68.2.2
updated typing-extensions 4.8.0 -> 4.9.0
  • Loading branch information
newAM committed Dec 14, 2023
1 parent 6a20811 commit dca7f38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyudev = { version = ">=0.23,<0.25", markers = "sys_platform != 'win32'" }
black = "23.12.0"
coveralls = "^3"
flake8 = { version = "^6", python = ">=3.8.1,<4.0" }
flake8-bugbear = { version = "^23.11.28", python = ">=3.8.1,<4.0" }
flake8-bugbear = { version = "^23.12.2", python = ">=3.8.1,<4.0" }
pep8-naming = "~0.13"
pytest = "^7"
pytest-cov = "^4"
Expand Down

0 comments on commit dca7f38

Please sign in to comment.