Skip to content

Commit

Permalink
Merge pull request #132 from lsst-sqre/u/neophile
Browse files Browse the repository at this point in the history
[neophile] Update dependencies
  • Loading branch information
sqrbot authored Feb 6, 2023
2 parents babce53 + 43588dd commit e649f49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- toml

- repo: https://github.com/psf/black
rev: 23.1a1
rev: 23.1.0
hooks:
- id: black

Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ frozenlist==1.3.3
# aiosignal
holdup==2.0.0
# via -r requirements/dev.in
identify==2.5.16
identify==2.5.17
# via pre-commit
idna==3.4
# via
Expand All @@ -70,7 +70,7 @@ multidict==6.0.4
# yarl
mypy==0.991
# via -r requirements/dev.in
mypy-extensions==0.4.3
mypy-extensions==1.0.0
# via mypy
nodeenv==1.7.0
# via pre-commit
Expand All @@ -80,7 +80,7 @@ platformdirs==2.6.2
# via virtualenv
pluggy==1.0.0
# via pytest
pre-commit==3.0.2
pre-commit==3.0.4
# via -r requirements/dev.in
pycodestyle==2.10.0
# via flake8
Expand Down Expand Up @@ -114,7 +114,7 @@ tomli==2.0.1
# pytest
types-dateparser==1.1.4.5
# via -r requirements/dev.in
types-pyyaml==6.0.12.3
types-pyyaml==6.0.12.4
# via -r requirements/dev.in
typing-extensions==4.4.0
# via mypy
Expand Down
4 changes: 2 additions & 2 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cryptography==39.0.0
# via pyjwt
cssselect==1.2.0
# via -r requirements/main.in
dateparser==1.1.6
dateparser==1.1.7
# via -r requirements/main.in
fastavro==1.7.1
# via kafkit
Expand Down Expand Up @@ -111,5 +111,5 @@ urllib3==1.26.14
# via requests
yarl==1.8.2
# via aiohttp
zipp==3.12.0
zipp==3.12.1
# via importlib-metadata

0 comments on commit e649f49

Please sign in to comment.