Skip to content

Commit

Permalink
Merge branch 'bugfix/participant-select-composition' of github.com:Ne…
Browse files Browse the repository at this point in the history
…tflix/dispatch into bugfix/participant-select-composition
  • Loading branch information
kevgliss committed Nov 2, 2023
2 parents 8f04b83 + 1dfc448 commit 51822c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ botocore==1.31.59
# via
# boto3
# s3transfer
cachetools==5.3.1
cachetools==5.3.2
# via
# -r requirements-base.in
# google-auth
Expand Down Expand Up @@ -130,7 +130,7 @@ frozenlist==1.4.0
# aiosignal
google-api-core==2.11.1
# via google-api-python-client
google-api-python-client==2.104.0
google-api-python-client==2.106.0
# via -r requirements-base.in
google-auth==2.22.0
# via
Expand Down Expand Up @@ -310,6 +310,7 @@ pyjwt[crypto]==2.8.0
# via
# msal
# oauthlib
# pyjwt
pyparsing==3.1.1
# via
# -r requirements-base.in
Expand Down Expand Up @@ -503,7 +504,7 @@ wasabi==1.1.2
# weasel
weasel==0.3.2
# via spacy
werkzeug==2.3.7
werkzeug==3.0.1
# via schemathesis
wrapt==1.15.0
# via deprecated
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==22.1.0
# via -r requirements-dev.in
backcall==0.2.0
# via ipython
black==23.10.0
black==23.10.1
# via -r requirements-dev.in
cfgv==3.4.0
# via pre-commit
Expand All @@ -34,7 +34,7 @@ executing==1.2.0
# stack-data
factory-boy==3.3.0
# via -r requirements-dev.in
faker==19.11.0
faker==19.13.0
# via
# -r requirements-dev.in
# factory-boy
Expand Down Expand Up @@ -90,7 +90,7 @@ python-dateutil==2.8.2
# via faker
pyyaml==6.0.1
# via pre-commit
ruff==0.1.1
ruff==0.1.3
# via -r requirements-dev.in
six==1.16.0
# via
Expand Down

0 comments on commit 51822c2

Please sign in to comment.