Skip to content

Commit

Permalink
Add new standard library module in Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaynx authored Oct 27, 2022
1 parent a8a44cc commit 96645fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/flake8_requirements/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .modules import STDLIB_PY3

# NOTE: Changing this number will alter package version as well.
__version__ = "1.7.2"
__version__ = "1.7.3"
__license__ = "MIT"

LOG = getLogger('flake8.plugin.requirements')
Expand Down
2 changes: 2 additions & 0 deletions src/flake8_requirements/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,8 @@
# Modules since Python 3.9
"graphlib",
"zoneinfo",
# Modules since Python 3.11
"tomllib",
)

# Mapping for known 3rd party projects, which provide more than one module
Expand Down

0 comments on commit 96645fe

Please sign in to comment.