Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ testing = [
"pytest-ruff",
"pytest-cov",
"pytest-timeout",
"ruff==0.4.4",
"ruff",
'build',
'twine'
]
Expand Down
58 changes: 29 additions & 29 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==23.2.0
# cattrs
# mozanalysis
# mozilla-metric-config-parser
backports-tarfile==1.1.1
backports-tarfile==1.2.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #238

# via
# -c requirements.txt
# jaraco-context
Expand All @@ -28,7 +28,7 @@ cattrs==23.2.3
# via
# -c requirements.txt
# mozilla-metric-config-parser
certifi==2024.2.2
certifi==2024.6.2
# via
# -c requirements.txt
# requests
Expand All @@ -53,11 +53,11 @@ contourpy==1.2.1
# via
# -c requirements.txt
# matplotlib
coverage[toml]==7.5.1
coverage[toml]==7.5.3
# via
# -c requirements.txt
# pytest-cov
cryptography==42.0.7
cryptography==42.0.8
# via
# -c requirements.txt
# secretstorage
Expand All @@ -76,15 +76,15 @@ exceptiongroup==1.2.1
# -c requirements.txt
# cattrs
# pytest
faker==25.2.0
faker==25.9.1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #243

# via
# -c requirements.txt
# polyfactory
filelock==3.14.0
filelock==3.15.3
# via
# tox
# virtualenv
fonttools==4.51.0
fonttools==4.53.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #235

# via
# -c requirements.txt
# matplotlib
Expand All @@ -102,14 +102,14 @@ google-api-core[grpc]==2.19.0
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-core
google-auth==2.29.0
google-auth==2.30.0
# via
# -c requirements.txt
# google-api-core
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-core
google-cloud-bigquery==3.23.0
google-cloud-bigquery==3.25.0
# via
# -c requirements.txt
# mozanalysis
Expand All @@ -125,16 +125,16 @@ google-crc32c==1.5.0
# via
# -c requirements.txt
# google-resumable-media
google-resumable-media==2.7.0
google-resumable-media==2.7.1
# via
# -c requirements.txt
# google-cloud-bigquery
googleapis-common-protos==1.63.0
googleapis-common-protos==1.63.1
# via
# -c requirements.txt
# google-api-core
# grpcio-status
grpcio==1.64.0
grpcio==1.64.1
# via
# -c requirements.txt
# google-api-core
Expand All @@ -147,7 +147,7 @@ idna==3.7
# via
# -c requirements.txt
# requests
importlib-metadata==7.1.0
importlib-metadata==7.2.0
# via
# -c requirements.txt
# keyring
Expand Down Expand Up @@ -205,20 +205,20 @@ mdurl==0.1.2
# via
# -c requirements.txt
# markdown-it-py
mizani==0.11.3
mizani==0.11.4
# via
# -c requirements.txt
# plotnine
mock==5.1.0
# via
# -c requirements.txt
# mozanalysis
more-itertools==10.2.0
more-itertools==10.3.0
# via
# -c requirements.txt
# jaraco-classes
# jaraco-functools
mozilla-metric-config-parser==2024.4.1
mozilla-metric-config-parser==2024.6.1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #245

# via
# -c requirements.txt
# mozanalysis
Expand All @@ -244,7 +244,7 @@ numpy==1.26.4
# pyarrow
# scipy
# statsmodels
packaging==24.0
packaging==24.1
# via
# -c requirements.txt
# build
Expand Down Expand Up @@ -272,7 +272,7 @@ pillow==10.3.0
# matplotlib
pip-tools==7.4.1
# via mozanalysis
pkginfo==1.10.0
pkginfo==1.11.1
# via
# -c requirements.txt
# twine
Expand All @@ -289,15 +289,15 @@ pluggy==1.5.0
# -c requirements.txt
# pytest
# tox
polars==0.20.26
polars==0.20.31
# via
# -c requirements.txt
# marginaleffects
polyfactory==2.16.0
# via
# -c requirements.txt
# mozilla-nimbus-schemas
proto-plus==1.23.0
proto-plus==1.24.0
# via
# -c requirements.txt
# google-api-core
Expand Down Expand Up @@ -328,7 +328,7 @@ pycparser==2.22
# via
# -c requirements.txt
# cffi
pydantic==1.10.15
pydantic==1.10.17
# via
# -c requirements.txt
# mozilla-nimbus-schemas
Expand All @@ -348,7 +348,7 @@ pyproject-hooks==1.1.0
# -c requirements.txt
# build
# pip-tools
pytest==8.2.1
pytest==8.2.2
# via
# -c requirements.txt
# mozanalysis
Expand Down Expand Up @@ -383,7 +383,7 @@ readme-renderer==43.0
# via
# -c requirements.txt
# twine
requests==2.32.1
requests==2.32.3
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #240

# via
# -c requirements.txt
# google-api-core
Expand All @@ -407,12 +407,12 @@ rsa==4.9
# via
# -c requirements.txt
# google-auth
ruff==0.4.4
ruff==0.4.10
# via
# -c requirements.txt
# mozanalysis
# pytest-ruff
scipy==1.13.0
scipy==1.13.1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #247

# via
# -c requirements.txt
# marginaleffects
Expand Down Expand Up @@ -451,13 +451,13 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.15.0
tox==4.15.1
# via mozanalysis
twine==5.1.0
# via
# -c requirements.txt
# mozanalysis
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# -c requirements.txt
# cattrs
Expand All @@ -467,7 +467,7 @@ tzdata==2024.1
# via
# -c requirements.txt
# pandas
urllib3==2.2.1
urllib3==2.2.2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closes #252

# via
# -c requirements.txt
# requests
Expand All @@ -476,7 +476,7 @@ virtualenv==20.26.2
# via tox
wheel==0.43.0
# via pip-tools
zipp==3.18.2
zipp==3.19.2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #242

# via
# -c requirements.txt
# importlib-metadata
Expand Down
Loading